mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/sshuttle: updated for version 0.78.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8e93a473a8
commit
0d5cf66801
2 changed files with 6 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue