summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
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
commit14123dabe4f353f1c32c81f5a855bfb3fd7d0a06 (patch)
treee55899f5c62e4f95f220b54cdb8f286f1d07b148 /network
parentb275583d10f76ad32342edc531efede9b3147d1b (diff)
downloadslackbuilds-14123dabe4f353f1c32c81f5a855bfb3fd7d0a06.tar.gz
slackbuilds-14123dabe4f353f1c32c81f5a855bfb3fd7d0a06.tar.xz
network/sshuttle: updated for version 1.0.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/sshuttle/sshuttle.SlackBuild4
-rw-r--r--network/sshuttle/sshuttle.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/network/sshuttle/sshuttle.SlackBuild b/network/sshuttle/sshuttle.SlackBuild
index f32c5cbaef..0c257ab28b 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 852a5e81ba..75b0c94f75 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"