spidermonkey: add 1.8.5 bottle.

This commit is contained in:
BrewTestBot 2014-06-09 17:05:57 +01:00 committed by Mike McQuaid
parent 11d1a8e032
commit d2a653fc70

View file

@ -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'