From 1dccc0bb57b0b41288ab2ce45674995189afbc9f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 8 Jul 2011 09:43:06 -0700 Subject: Spidermonkey: revert to previous version SM 1.8.5 is not compatible with CouchDB, which is one of the primary reasons why SM gets installed via Homebrew. Reverting SM to the previous version and updated the checksum. --- Library/Formula/spidermonkey.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb index dd52827ea..109877b15 100644 --- a/Library/Formula/spidermonkey.rb +++ b/Library/Formula/spidermonkey.rb @@ -9,9 +9,10 @@ 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' - md5 'a4574365938222adca0a6bd33329cb32' - version '1.8.5' + # 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' depends_on 'readline' depends_on 'nspr' @@ -64,7 +65,7 @@ class Spidermonkey < Formula end def caveats; <<-EOS.undent - This formula installs Spidermonkey 1.8.5. + This formula installs Spidermonkey 1.8.x. If you are trying to compile MongoDB from scratch, you will need 1.7.x instead. EOS -- cgit v1.2.3