diff options
| author | Juan Sebastian Casallas | 2011-10-18 12:13:50 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-12-15 21:23:42 -0800 |
| commit | f31f3f9e5b8fb1acedb7aa7106109e87e331af1c (patch) | |
| tree | cb3d990c88cf4317ace70c88bcc96d51ae940965 /Library/Formula/spidermonkey.rb | |
| parent | 8c39aaccc9dd168178f5ffbcc16f166c169c304a (diff) | |
| download | homebrew-f31f3f9e5b8fb1acedb7aa7106109e87e331af1c.tar.bz2 | |
SpiderMonkey 1.8.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/spidermonkey.rb')
| -rw-r--r-- | Library/Formula/spidermonkey.rb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb index b6d75204f..a021b6ee8 100644 --- a/Library/Formula/spidermonkey.rb +++ b/Library/Formula/spidermonkey.rb @@ -10,10 +10,9 @@ end class Spidermonkey < Formula homepage 'https://developer.mozilla.org/en/SpiderMonkey' - # Pick a version that's known to work with CouchDB), revision r35345. - url 'http://hg.mozilla.org/tracemonkey/archive/57a6ad20eae9.tar.gz' - md5 '0f2490f78d880ec184d9233df97ab83d' - version '1.8.0' + url 'http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz' + md5 'a4574365938222adca0a6bd33329cb32' + version '1.8.5' depends_on 'readline' depends_on 'nspr' @@ -66,7 +65,7 @@ class Spidermonkey < Formula end def caveats; <<-EOS.undent - This formula installs Spidermonkey 1.8.x. + This formula installs Spidermonkey 1.8.5. If you are trying to compile MongoDB from scratch, you will need 1.7.x instead. EOS |
