diff options
author | Christopher Walker <kris240376@gmail.com> | 2013-02-10 10:26:05 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-02-10 10:26:05 -0500 |
commit | 851c3e5541f2739cd08e669d453711b79c1a0a0f (patch) | |
tree | d5883549628d18b5c1711169badd47b53df718f3 /network/openvswitch/openvswitch.SlackBuild | |
parent | a1b26271f0ed38aecf5055f01427f14f1cc34037 (diff) | |
download | slackbuilds-851c3e5541f2739cd08e669d453711b79c1a0a0f.tar.gz |
network/openvswitch: Updated for version 1.4.5.
Signed-off-by: dsomero <xgizzmo@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 96aa2efbe7..ecaad6f482 100644 --- a/network/openvswitch/openvswitch.SlackBuild +++ b/network/openvswitch/openvswitch.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for openvswitch -# Copyright 2008-2012 Christopher Walker +# Copyright 2008-2012 Christopher Walker Copperas Cove, TX # 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=${VERSION:-1.4.0} +VERSION=${VERSION:-1.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |