spidermonkey: add 1.8.5 bottle.
This commit is contained in:
parent
11d1a8e032
commit
d2a653fc70
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue