diff options
Diffstat (limited to 'network')
-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" |