aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorArlo Breault2014-08-25 18:55:33 -0700
committerJack Nagel2014-08-26 22:04:41 -0500
commit1d3aacf9be8eee4f9fd81303da76bd23c9078281 (patch)
tree907004a4debbbe4e689541e96ad2e183cd1c8ce3 /Library
parent9e60bd1c3c9071aa8ad3d3759086ae7dd7fe2a7d (diff)
downloadhomebrew-1d3aacf9be8eee4f9fd81303da76bd23c9078281.tar.bz2
torsocks v2.0.0
Closes #31895. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/torsocks.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/torsocks.rb b/Library/Formula/torsocks.rb
index b3661fe23..fa6984588 100644
--- a/Library/Formula/torsocks.rb
+++ b/Library/Formula/torsocks.rb
@@ -2,7 +2,7 @@ require 'formula'
class Torsocks < Formula
homepage 'https://gitweb.torproject.org/torsocks.git/'
- url 'https://git.torproject.org/torsocks.git', :tag => '1.3'
+ url 'https://git.torproject.org/torsocks.git', :tag => 'v2.0.0'
head 'https://git.torproject.org/torsocks.git', :branch => 'master'
@@ -19,6 +19,6 @@ class Torsocks < Formula
end
test do
- system "#{bin}/torsocks"
+ system "#{bin}/torsocks", "--help"
end
end