diff options
author | Mario Preksavec <mario@slackware.hr> | 2016-07-24 19:20:36 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:21 +0700 |
commit | fc3749eb8f197a9a3e6944337c2e3f72c1fa67e7 (patch) | |
tree | 25c380c81582f04e8f45adb43df23df06653e93a /network/openvswitch-utils/openvswitch-utils.SlackBuild | |
parent | 95e87a28ce3ee86bad4a29d9641009ea5923460a (diff) | |
download | slackbuilds-fc3749eb8f197a9a3e6944337c2e3f72c1fa67e7.tar.gz |
network/openvswitch-utils: Updated for version 2.5.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network/openvswitch-utils/openvswitch-utils.SlackBuild')
-rw-r--r-- | network/openvswitch-utils/openvswitch-utils.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/openvswitch-utils/openvswitch-utils.SlackBuild b/network/openvswitch-utils/openvswitch-utils.SlackBuild index b1ba49297d..bcf6571288 100644 --- a/network/openvswitch-utils/openvswitch-utils.SlackBuild +++ b/network/openvswitch-utils/openvswitch-utils.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for openvswitch-utils -# Copyright 2010, 2011, 2013, 2014, 2015 Mario Preksavec, Zagreb, Croatia +# Copyright 2010, 2011, 2013, 2014, 2015, 2016 Mario Preksavec, Zagreb, Croatia # 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-utils -VERSION=${VERSION:-2.4.0} +VERSION=${VERSION:-2.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |