sshuttle: use archive URL

Closes Homebrew/homebrew#18705.
This commit is contained in:
Jack Nagel 2013-03-24 14:24:18 -05:00
parent 2a555d12c9
commit ad2c79b40f

View file

@ -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'