diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/torsocks.rb | 4 | 
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  | 
