diff options
author | Arn0 <yth@ythogtha.org> | 2020-06-23 21:48:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-24 05:53:31 +0700 |
commit | 14123dabe4f353f1c32c81f5a855bfb3fd7d0a06 (patch) | |
tree | e55899f5c62e4f95f220b54cdb8f286f1d07b148 | |
parent | b275583d10f76ad32342edc531efede9b3147d1b (diff) |
network/sshuttle: updated for version 1.0.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/sshuttle/sshuttle.SlackBuild | 4 | ||||
-rw-r--r-- | network/sshuttle/sshuttle.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/sshuttle/sshuttle.SlackBuild b/network/sshuttle/sshuttle.SlackBuild index f32c5cbaeff19..0c257ab28bed3 100644 --- a/network/sshuttle/sshuttle.SlackBuild +++ b/network/sshuttle/sshuttle.SlackBuild @@ -26,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sshuttle -VERSION=${VERSION:-0.78.5} +VERSION=${VERSION:-1.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,7 +72,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG mkdir -p $PKG/usr/man/man8 cat $TMP/$PRGNAM-$VERSION/Documentation/$PRGNAM.8 | gzip -9c > \ diff --git a/network/sshuttle/sshuttle.info b/network/sshuttle/sshuttle.info index 852a5e81ba5cb..75b0c94f75fd6 100644 --- a/network/sshuttle/sshuttle.info +++ b/network/sshuttle/sshuttle.info @@ -1,10 +1,10 @@ PRGNAM="sshuttle" -VERSION="0.78.5" +VERSION="1.0.2" HOMEPAGE="https://github.com/sshuttle/sshuttle" -DOWNLOAD="https://pypi.python.org/packages/source/s/sshuttle/sshuttle-0.78.5.tar.gz" -MD5SUM="c1ef2d0f5e919c5ced27f0c5538c6d00" +DOWNLOAD="https://pypi.python.org/packages/source/s/sshuttle/sshuttle-1.0.2.tar.gz" +MD5SUM="3b73a87ed3d023fa721f1fb03272ee6f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pytest-runner" +REQUIRES="python3" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |