diff options
Diffstat (limited to 'Library/Formula/openmeeg.rb')
| -rw-r--r-- | Library/Formula/openmeeg.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/openmeeg.rb b/Library/Formula/openmeeg.rb index 2f976e70e..df66761e0 100644 --- a/Library/Formula/openmeeg.rb +++ b/Library/Formula/openmeeg.rb @@ -2,8 +2,8 @@ require 'formula' class Openmeeg < Formula homepage 'http://www-sop.inria.fr/athena/software/OpenMEEG/' - url 'https://github.com/openmeeg/openmeeg/tarball/release-2.1' - sha1 'b779f95db3687e5e338f889d9510b5777fdbdb79' + url 'https://github.com/openmeeg/openmeeg/archive/release-2.1.tar.gz' + sha1 'c19896bde64e751142c74d15bf99defec518a054' head 'https://github.com/openmeeg/openmeeg.git' |
