diff options
Diffstat (limited to 'Library/Formula/sshuttle.rb')
| -rw-r--r-- | Library/Formula/sshuttle.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sshuttle.rb b/Library/Formula/sshuttle.rb index bd71356f8..1d1979e2b 100644 --- a/Library/Formula/sshuttle.rb +++ b/Library/Formula/sshuttle.rb @@ -2,8 +2,8 @@ require 'formula'  class Sshuttle < Formula    homepage 'https://github.com/apenwarr/sshuttle' -  url 'https://github.com/apenwarr/sshuttle/zipball/sshuttle-0.61' -  sha1 '81ad1b98b2aed6fefdc8993a72392969a1a9be01' +  url 'https://github.com/apenwarr/sshuttle/archive/sshuttle-0.61.tar.gz' +  sha1 '557455c7c38653bcb3cbb5051026af7d954fec83'    head 'https://github.com/apenwarr/sshuttle.git'  | 
