diff options
| author | Mike McQuaid | 2012-09-03 11:33:56 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2012-09-03 11:36:42 -0700 |
| commit | 3c5ca25cad4a19b72006dffe1c782a58f4e8154b (patch) | |
| tree | a3035672dc90ef4cee4135a56653c7f80499474d /Library/Formula/spidermonkey.rb | |
| parent | 6aab03617816ea967b39220d7d828441389a9ad1 (diff) | |
| download | homebrew-3c5ca25cad4a19b72006dffe1c782a58f4e8154b.tar.bz2 | |
Batch convert MD5 formula to SHA1.
Closes #14653.
Diffstat (limited to 'Library/Formula/spidermonkey.rb')
| -rw-r--r-- | Library/Formula/spidermonkey.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb index 43c795fca..c4b1f2e2b 100644 --- a/Library/Formula/spidermonkey.rb +++ b/Library/Formula/spidermonkey.rb @@ -5,14 +5,14 @@ class Autoconf213 < Formula homepage 'http://www.gnu.org/software/autoconf/' url 'http://ftpmirror.gnu.org/autoconf/autoconf-2.13.tar.gz' mirror 'http://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz' - md5 '9de56d4a161a723228220b0f425dc711' + sha1 '52a01449c48d7a117b35f213d3e4263578d846d6' end class Spidermonkey < Formula homepage 'https://developer.mozilla.org/en/SpiderMonkey' url 'http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz' version '1.8.5' - md5 'a4574365938222adca0a6bd33329cb32' + sha1 '52a01449c48d7a117b35f213d3e4263578d846d6' # This is terribly, terribly slow the first time. # head 'https://hg.mozilla.org/tracemonkey', :using => :hg |
