aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/spidermonkey.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-06-09 17:05:57 +0100
committerMike McQuaid2014-06-09 17:42:56 +0100
commit80dafe48f6cf8edf9a48c945a6ef77f039c08e4a (patch)
tree226179d479508dbf8ab562f49cb88a41aabd76aa /Library/Formula/spidermonkey.rb
parentfc53f8fa6bc93c5c3d7833d8dc5193fe0685ced8 (diff)
downloadhomebrew-80dafe48f6cf8edf9a48c945a6ef77f039c08e4a.tar.bz2
spidermonkey: add 1.8.5 bottle.
Diffstat (limited to 'Library/Formula/spidermonkey.rb')
-rw-r--r--Library/Formula/spidermonkey.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb
index d48d3e4dd..9f5649ef2 100644
--- a/Library/Formula/spidermonkey.rb
+++ b/Library/Formula/spidermonkey.rb
@@ -8,6 +8,12 @@ class Spidermonkey < Formula
head 'https://hg.mozilla.org/tracemonkey/archive/tip.tar.gz'
+ bottle do
+ sha1 "c23bfeffb2cdfba00957c13444d123a6de5ac42c" => :mavericks
+ sha1 "cfb242ee6fa552a68036f5a736abb805359453e4" => :mountain_lion
+ sha1 "2a4e8a21f64c3516782e8ab649962e4b215d37a8" => :lion
+ end
+
conflicts_with 'narwhal', :because => 'both install a js binary'
depends_on 'readline'