network/sshuttle: updated for version 0.78.5

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2020-02-10 10:22:53 +01:00 committed by Willy Sudiarto Raharjo
parent 8e93a473a8
commit 0d5cf66801
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,7 @@
#!/bin/sh
# Slackware build script for "sshuttle".
# Yth | Pont-en-Royans, France | yth@ythogtha.org
# Copyright 2014-2016 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
@ -25,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sshuttle
VERSION=${VERSION:-0.78.1}
VERSION=${VERSION:-0.78.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="sshuttle"
VERSION="0.78.1"
HOMEPAGE="https://github.com/apenwarr/sshuttle/"
DOWNLOAD="https://pypi.python.org/packages/48/be/c1c9ead0c38383c4b2a192de4679f09413ddc6701988ca56bd220c64ec50/sshuttle-0.78.1.tar.gz"
MD5SUM="3b792dc650c99ce6e8bbeae6d5f1179e"
VERSION="0.78.5"
HOMEPAGE="https://github.com/sshuttle/sshuttle"
DOWNLOAD="https://pypi.python.org/packages/source/s/sshuttle/sshuttle-0.78.5.tar.gz"
MD5SUM="c1ef2d0f5e919c5ced27f0c5538c6d00"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pytest-runner"