diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-10-01 17:12:33 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 15:58:35 +0700 |
commit | 1d073c944efbbe1cd8b8ecd1511462bb2a22c0c2 (patch) | |
tree | 72491873f13d2b0a1edd596abc9375499315a23d /python/python2-netaddr/python2-netaddr.SlackBuild | |
parent | 3a0bc5193a57a5cd04d53ee32ad0270e571b1f5a (diff) |
python/python2-netaddr: Updated for version 0.9.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-netaddr/python2-netaddr.SlackBuild')
-rw-r--r-- | python/python2-netaddr/python2-netaddr.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python2-netaddr/python2-netaddr.SlackBuild b/python/python2-netaddr/python2-netaddr.SlackBuild index 3c63f6dadc..d40f2f0da6 100644 --- a/python/python2-netaddr/python2-netaddr.SlackBuild +++ b/python/python2-netaddr/python2-netaddr.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-netaddr -# Copyright 2013-2020 Christoph Willing, Brisbane Australia +# Copyright 2013-2023 Christoph Willing, Brisbane Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python2-netaddr SRC_PRGNAM=netaddr -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -100,7 +100,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a docs/* \ - AUTHORS CHANGELOG COPYRIGHT LICENSE README* REFERENCES \ + AUTHORS CHANGELOG COPYRIGHT LICENSE README* REFERENCES RELEASE THANKS \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |