diff options
author | Arn0 <yth@ythogtha.org> | 2022-09-12 15:56:25 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-17 09:00:15 +0700 |
commit | c3c09e9a64f86e8e14c5b7191e5a8a3e87697093 (patch) | |
tree | 544da9f297402719eec7f1ba3a8e2e6742e08078 /network/sshuttle/sshuttle.SlackBuild | |
parent | 2f54a3b9cad3654216a3b1a9b46ed9cfb633841f (diff) |
network/sshuttle: updated for version 1.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sshuttle/sshuttle.SlackBuild')
-rw-r--r-- | network/sshuttle/sshuttle.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/sshuttle/sshuttle.SlackBuild b/network/sshuttle/sshuttle.SlackBuild index d5e906644a4bf..97c592b836e0a 100644 --- a/network/sshuttle/sshuttle.SlackBuild +++ b/network/sshuttle/sshuttle.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sshuttle -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |