diff options
author | Christopher Walker <kris240376@gmail.com> | 2012-02-19 01:55:20 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-02-20 12:20:45 -0600 |
commit | 5ae8028700702605d3878157ba5de7257ce85e78 (patch) | |
tree | c50896d49de88cb677ee295274b18ad9af20c228 /network/openvswitch | |
parent | af0ecba06ff82ef7493939e62b80c10fb2a343ce (diff) | |
download | slackbuilds-5ae8028700702605d3878157ba5de7257ce85e78.tar.gz |
network/openvswitch: Updated for version 1.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/openvswitch')
-rw-r--r-- | network/openvswitch/openvswitch.SlackBuild | 4 | ||||
-rw-r--r-- | network/openvswitch/openvswitch.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/openvswitch/openvswitch.SlackBuild b/network/openvswitch/openvswitch.SlackBuild index 820d6e5d2a..96aa2efbe7 100644 --- a/network/openvswitch/openvswitch.SlackBuild +++ b/network/openvswitch/openvswitch.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for openvswitch -# Copyright 2008-2011 Christopher Walker +# Copyright 2008-2012 Christopher Walker # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openvswitch -VERSION=1.3.0 +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/openvswitch/openvswitch.info b/network/openvswitch/openvswitch.info index fba2fe82de..aee49bc5ec 100644 --- a/network/openvswitch/openvswitch.info +++ b/network/openvswitch/openvswitch.info @@ -1,8 +1,8 @@ PRGNAM="openvswitch" -VERSION="1.3.0" +VERSION="1.4.0" HOMEPAGE="http://openvswitch.org" -DOWNLOAD="http://openvswitch.org/releases/openvswitch-1.3.0.tar.gz" -MD5SUM="45e2ded1ee48f1e8490719deb270f2c3" +DOWNLOAD="http://openvswitch.org/releases/openvswitch-1.4.0.tar.gz" +MD5SUM="3847c60af329bfe81ff7220b9f489fa5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Christopher Walker" |