diff options
author | Arn0 <yth@ythogtha.org> | 2020-02-10 10:22:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-14 04:24:46 +0700 |
commit | 0d5cf668016686ec577092d5f5392d4791614fb5 (patch) | |
tree | 5fa6ac09f873cfa888875431cd934bb77ddf7a8b /network/sshuttle | |
parent | 8e93a473a891946f86a5d854a7dd80368e5bec8f (diff) | |
download | slackbuilds-0d5cf668016686ec577092d5f5392d4791614fb5.tar.gz |
network/sshuttle: updated for version 0.78.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sshuttle')
-rw-r--r-- | network/sshuttle/sshuttle.SlackBuild | 3 | ||||
-rw-r--r-- | network/sshuttle/sshuttle.info | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/network/sshuttle/sshuttle.SlackBuild b/network/sshuttle/sshuttle.SlackBuild index ab71b64d8f..f32c5cbaef 100644 --- a/network/sshuttle/sshuttle.SlackBuild +++ b/network/sshuttle/sshuttle.SlackBuild @@ -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} diff --git a/network/sshuttle/sshuttle.info b/network/sshuttle/sshuttle.info index cbee799b83..852a5e81ba 100644 --- a/network/sshuttle/sshuttle.info +++ b/network/sshuttle/sshuttle.info @@ -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" |