From f31f3f9e5b8fb1acedb7aa7106109e87e331af1c Mon Sep 17 00:00:00 2001 From: Juan Sebastian Casallas Date: Tue, 18 Oct 2011 12:13:50 +0200 Subject: SpiderMonkey 1.8.5 Signed-off-by: Adam Vandenberg --- Library/Formula/spidermonkey.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3