aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-07-08 09:43:06 -0700
committerAdam Vandenberg2011-07-08 09:43:06 -0700
commit1dccc0bb57b0b41288ab2ce45674995189afbc9f (patch)
treee6a6a35e221a2a7ec335b1d23fb166e9421da7f7 /Library/Formula
parentb24cb94fb4fedcae125345a74bbfdfcc21efd377 (diff)
downloadhomebrew-1dccc0bb57b0b41288ab2ce45674995189afbc9f.tar.bz2
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.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/spidermonkey.rb9
1 files changed, 5 insertions, 4 deletions
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