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/openvswitch.SlackBuild | |
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/openvswitch.SlackBuild')
-rw-r--r-- | network/openvswitch/openvswitch.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |