diff options
author | D Woodfall <dave@slackbuilds.org> | 2023-05-20 01:25:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:16 +0700 |
commit | f1c979991acd4fe8f5e364d9fa3ade4ca461b0d7 (patch) | |
tree | 94cfafd0e419780c76106cf33322ef165ff50c17 /network/proxychains | |
parent | a87f2d5b6b94a3399cc3ab2a6680eef8bb3af8d0 (diff) |
network/proxychains: Updated for version 4.16.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/proxychains')
-rw-r--r-- | network/proxychains/proxychains.SlackBuild | 4 | ||||
-rw-r--r-- | network/proxychains/proxychains.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/proxychains/proxychains.SlackBuild b/network/proxychains/proxychains.SlackBuild index 60a33773f710..be3f2df06228 100644 --- a/network/proxychains/proxychains.SlackBuild +++ b/network/proxychains/proxychains.SlackBuild @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=proxychains SRCNAM=proxychains-ng -VERSION=${VERSION:-4.14} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.16} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/proxychains/proxychains.info b/network/proxychains/proxychains.info index 9bedfbba42b6..d5f44eac8607 100644 --- a/network/proxychains/proxychains.info +++ b/network/proxychains/proxychains.info @@ -1,8 +1,8 @@ PRGNAM="proxychains" -VERSION="4.14" +VERSION="4.16" HOMEPAGE="https://github.com/rofl0r/proxychains-ng/" -DOWNLOAD="https://github.com/rofl0r/proxychains-ng/archive/v4.14/proxychains-ng-4.14.tar.gz" -MD5SUM="3232630140fe39d53796775285bb6652" +DOWNLOAD="https://github.com/rofl0r/proxychains-ng/archive/v4.16/proxychains-ng-4.16.tar.gz" +MD5SUM="acd5807e89df4cca70270260e85e9373" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |