summaryrefslogtreecommitdiffstats
path: root/network/torsocks
diff options
context:
space:
mode:
author Vincent Batts2017-10-31 19:36:19 +0100
committer Willy Sudiarto Raharjo2017-11-01 01:23:42 +0100
commit022da127de5534754d6ea1fe0a84ee7361e3be1f (patch)
tree77d108520bfd870ff4abe4ea5269e45872cf15fd /network/torsocks
parent82886945ab77e15b471a23c65856d99aa72bc161 (diff)
downloadslackbuilds-022da127de5534754d6ea1fe0a84ee7361e3be1f.tar.gz
network/torsocks: Updated for version 2.2.0.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/torsocks')
-rw-r--r--network/torsocks/torsocks.SlackBuild4
-rw-r--r--network/torsocks/torsocks.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/network/torsocks/torsocks.SlackBuild b/network/torsocks/torsocks.SlackBuild
index 80a4b51462..c7187f9c8f 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.1.0}
+VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ChangeLog INSTALL LICENSE README.md TODO gpl-2.0.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a ChangeLog INSTALL LICENSE README.md gpl-2.0.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/network/torsocks/torsocks.info b/network/torsocks/torsocks.info
index 50d0d6b0a0..36e0c30bcd 100644
--- a/network/torsocks/torsocks.info
+++ b/network/torsocks/torsocks.info
@@ -1,8 +1,8 @@
PRGNAM="torsocks"
-VERSION="2.1.0"
+VERSION="2.2.0"
HOMEPAGE="https://gitweb.torproject.org/torsocks.git"
-DOWNLOAD="https://github.com/dgoulet/torsocks/archive/v2.1.0.tar.gz"
-MD5SUM="70e68c935071b92ac06b1e3faa9c59f8"
+DOWNLOAD="https://github.com/dgoulet/torsocks/archive/v2.2.0.tar.gz"
+MD5SUM="a86d5e5381236a744f6276df4e85333b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""