diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-08 09:17:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-08 09:17:13 +0700 |
commit | 0310cfeca0c4aa8f798570112e3c02b3ec15c90f (patch) | |
tree | c093a95ccd67dfaf4712fa87df251f040036a60e /network/openvswitch-utils | |
parent | 43a953e2788424ca588ef96dafba41c8c1fee618 (diff) |
network/openvswitch-utils: Updated for version 2.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/openvswitch-utils')
-rw-r--r-- | network/openvswitch-utils/openvswitch-utils.SlackBuild | 6 | ||||
-rw-r--r-- | network/openvswitch-utils/openvswitch-utils.info | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/network/openvswitch-utils/openvswitch-utils.SlackBuild b/network/openvswitch-utils/openvswitch-utils.SlackBuild index b4415f69e3b7..b1ba49297d81 100644 --- a/network/openvswitch-utils/openvswitch-utils.SlackBuild +++ b/network/openvswitch-utils/openvswitch-utils.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openvswitch-utils -VERSION=${VERSION:-2.3.2} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -100,9 +100,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS CONTRIBUTING COPYING CodingStyle DESIGN FAQ INSTALL* IntegrationGuide NEWS \ - NOTICE OPENFLOW-1.1+ PORTING README* REPORTING-BUGS TODO WHY-OVS $CWD/README.SLACKWARE \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a *.md AUTHORS COPYING NEWS NOTICE $CWD/README.SLACKWARE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/network/openvswitch-utils/openvswitch-utils.info b/network/openvswitch-utils/openvswitch-utils.info index 2d17e72c27f9..17d86e0274f7 100644 --- a/network/openvswitch-utils/openvswitch-utils.info +++ b/network/openvswitch-utils/openvswitch-utils.info @@ -1,8 +1,8 @@ PRGNAM="openvswitch-utils" -VERSION="2.3.2" +VERSION="2.4.0" HOMEPAGE="http://openvswitch.org/" -DOWNLOAD="http://openvswitch.org/releases/openvswitch-2.3.2.tar.gz" -MD5SUM="5a5739ed82f1accac1c2d8d7553dc88f" +DOWNLOAD="http://openvswitch.org/releases/openvswitch-2.4.0.tar.gz" +MD5SUM="4ff52595855c1f9e4dd3e84295599f5f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |