diff options
| author | Alan Jenkins | 2013-09-05 12:59:57 +0100 |
|---|---|---|
| committer | Jack Nagel | 2013-09-05 11:08:37 -0500 |
| commit | 3e8fb320cf38f2c14932543a4ea5add520fc92cd (patch) | |
| tree | 47a921a4d574b345f92e7802c03c12204effed2e | |
| parent | e3ac215158ea68e5dd000d17e36efa3bb20afc74 (diff) | |
| download | homebrew-3e8fb320cf38f2c14932543a4ea5add520fc92cd.tar.bz2 | |
sshuttle: fix checksum
Closes #22334.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/sshuttle.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sshuttle.rb b/Library/Formula/sshuttle.rb index 1d1979e2b..f04eb7d7a 100644 --- a/Library/Formula/sshuttle.rb +++ b/Library/Formula/sshuttle.rb @@ -3,7 +3,7 @@ require 'formula' class Sshuttle < Formula homepage 'https://github.com/apenwarr/sshuttle' url 'https://github.com/apenwarr/sshuttle/archive/sshuttle-0.61.tar.gz' - sha1 '557455c7c38653bcb3cbb5051026af7d954fec83' + sha1 '05551cdc78e866d983470ba4084beb206bacebd8' head 'https://github.com/apenwarr/sshuttle.git' |
