diff options
| -rw-r--r-- | Library/Formula/yeti.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/yeti.rb b/Library/Formula/yeti.rb index b09f8e49f..40a6b2521 100644 --- a/Library/Formula/yeti.rb +++ b/Library/Formula/yeti.rb @@ -2,8 +2,8 @@ require 'formula' class Yeti < Formula homepage 'http://mth.github.com/yeti/' - url 'https://github.com/mth/yeti/tarball/v0.9.7' - sha1 'cf94e3165397cfdf1b9cf348d414af4e17cbcb34' + url 'https://github.com/mth/yeti/archive/v0.9.7.tar.gz' + sha1 'ae1f86f7e18ee05cb6f9a9f1320d7f833d0bdd56' head 'https://github.com/mth/yeti.git' |
