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/sshuttle.SlackBuild | |
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/sshuttle.SlackBuild')
-rw-r--r-- | network/sshuttle/sshuttle.SlackBuild | 3 |
1 files changed, 2 insertions, 1 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} |