diff options
Diffstat (limited to 'Library/Formula/minc.rb')
-rw-r--r-- | Library/Formula/minc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/minc.rb b/Library/Formula/minc.rb index 7faa976c1..280e0b059 100644 --- a/Library/Formula/minc.rb +++ b/Library/Formula/minc.rb @@ -2,8 +2,8 @@ require 'formula' class Minc < Formula homepage 'http://en.wikibooks.org/wiki/MINC' - url 'https://github.com/BIC-MNI/minc/tarball/release-2.2.00' - sha1 '558300240a67b9f849a98622d0e8ec3aad76c6d1' + url 'https://github.com/BIC-MNI/minc/archive/release-2.2.00.tar.gz' + sha1 'f66f44ece374940bd006f321a7206f16165f74e0' head 'https://github.com/BIC-MNI/minc.git' |