diff options
author | Mario Preksavec <mario@slackware.hr> | 2021-11-25 12:00:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-29 09:43:58 +0700 |
commit | 2aaeed6737780992afc283bcf0e10d9f59f1392e (patch) | |
tree | b765fef9a13d204b276e1935a29c25f5bf836971 /network/openvswitch-utils/openvswitch-utils.SlackBuild | |
parent | e9a0293d9ac899a92268f7776fa93c3c923ddd54 (diff) |
network/openvswitch-utils: Updated for version 2.15.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 4dfa7fc6b4..d8dd942db0 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, 2016, 2018, 2020 Mario Preksavec, Zagreb, Croatia +# Copyright 2010, 2021 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=openvswitch-utils -VERSION=${VERSION:-2.14.0} +VERSION=${VERSION:-2.15.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |