summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christopher Walker2012-02-19 08:55:20 +0100
committer Robby Workman2012-02-20 19:20:45 +0100
commit5ae8028700702605d3878157ba5de7257ce85e78 (patch)
treec50896d49de88cb677ee295274b18ad9af20c228
parentaf0ecba06ff82ef7493939e62b80c10fb2a343ce (diff)
downloadslackbuilds-5ae8028700702605d3878157ba5de7257ce85e78.tar.gz
network/openvswitch: Updated for version 1.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--network/openvswitch/openvswitch.SlackBuild4
-rw-r--r--network/openvswitch/openvswitch.info6
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"