diff options
Diffstat (limited to 'Library/Formula/pit.rb')
| -rw-r--r-- | Library/Formula/pit.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pit.rb b/Library/Formula/pit.rb index 3c4b6ff85..0a77bbd06 100644 --- a/Library/Formula/pit.rb +++ b/Library/Formula/pit.rb @@ -2,8 +2,8 @@ require 'formula' class Pit < Formula homepage 'https://github.com/michaeldv/pit' - url 'https://github.com/michaeldv/pit/tarball/0.1.0' - sha1 'c03e5d6b1ad0a59124be45aca9395dafac5260a4' + url 'https://github.com/michaeldv/pit/archive/0.1.0.tar.gz' + sha1 '867698a2ef4d01587d81fe89dfd0e549d5b42e49' def install system "make" |
