aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-09-10 21:40:58 +0100
committerMike McQuaid2013-09-10 21:45:51 +0100
commit63a268d4465f52144fef760eb7e7c6b725353598 (patch)
tree205cd9e0cc04876ae0e833b9a783c55e0128fe6b /Library/Formula
parentd81ed167a033a38e309e58d6d6c271f98d62b055 (diff)
downloadhomebrew-63a268d4465f52144fef760eb7e7c6b725353598.tar.bz2
phantomjs: add bottles.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/phantomjs.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb
index 35bf8a990..bf2dde810 100644
--- a/Library/Formula/phantomjs.rb
+++ b/Library/Formula/phantomjs.rb
@@ -5,6 +5,13 @@ class Phantomjs < Formula
url 'https://phantomjs.googlecode.com/files/phantomjs-1.9.2-source.zip'
sha1 '08559acdbbe04e963632bc35e94c1a9a082b6da1'
+ bottle do
+ cellar :any
+ sha1 '8dc41cea65414ef1942cc7b4bddfd00a266c7812' => :mountain_lion
+ sha1 'b1843eb5e79b8e32e563b1e06f5370152689362f' => :lion
+ sha1 '3bc0bbeb43f625f3b56501bd4703dc51b96abd84' => :snow_leopard
+ end
+
def patches
DATA
end