diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2020-01-03 11:03:26 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:51 +0700 |
commit | 7829ec0716189a3b10d153424362726b3ef80550 (patch) | |
tree | 6eb98be7f9db429aeba0db3c713d2f49d181f196 | |
parent | c44629d00f6e59690df788613502850852ea887a (diff) | |
download | slackbuilds-7829ec0716189a3b10d153424362726b3ef80550.tar.gz |
network/torsocks: Updated for version 2.3.0.
-rw-r--r-- | network/torsocks/torsocks.SlackBuild | 2 | ||||
-rw-r--r-- | network/torsocks/torsocks.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/torsocks/torsocks.SlackBuild b/network/torsocks/torsocks.SlackBuild index c7187f9c8f..e3e38ad8a1 100644 --- a/network/torsocks/torsocks.SlackBuild +++ b/network/torsocks/torsocks.SlackBuild @@ -5,7 +5,7 @@ # Written by Vincent Batts, vbatts@hashbangbash.com PRGNAM=torsocks -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/torsocks/torsocks.info b/network/torsocks/torsocks.info index 36e0c30bcd..e7f8206bd4 100644 --- a/network/torsocks/torsocks.info +++ b/network/torsocks/torsocks.info @@ -1,8 +1,8 @@ PRGNAM="torsocks" -VERSION="2.2.0" +VERSION="2.3.0" HOMEPAGE="https://gitweb.torproject.org/torsocks.git" -DOWNLOAD="https://github.com/dgoulet/torsocks/archive/v2.2.0.tar.gz" -MD5SUM="a86d5e5381236a744f6276df4e85333b" +DOWNLOAD="https://github.com/dgoulet/torsocks/archive/v2.3.0.tar.gz" +MD5SUM="df9a10bc13cbdce04e799c56671fcba5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |