aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 3370fb0d2..282e6a510 100644
--- a/Library/Formula/phantomjs.rb
+++ b/Library/Formula/phantomjs.rb
@@ -5,6 +5,13 @@ class Phantomjs < Formula
url 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-source.zip'
sha1 '124b017d493d5ccabd22afaf078d0650ac048840'
+ bottle do
+ cellar :any
+ sha1 "fb82891b5d63de81a89c7b5b41b8aeba39dec470" => :mavericks
+ sha1 "042dd2341a1140cdcd575e08aa432ed659e3f00e" => :mountain_lion
+ sha1 "575af708d7e5ef6e39e90766ffd2bf97b6c4b51b" => :lion
+ end
+
def patches
[
'https://github.com/ariya/phantomjs/commit/fe6a96.patch'