aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorKaur Mätas2014-01-29 13:01:47 +0200
committerMike McQuaid2014-01-29 18:37:50 +0100
commiteda0ab54d7ddc0e9f850f737bb6e4c9ead02f734 (patch)
tree31efc3ddd5fdf5c18d0853b48a527f6e211558fa /Library/Formula
parentfaa39dcaf4548e56e9f61438dd964375d30741a9 (diff)
downloadhomebrew-eda0ab54d7ddc0e9f850f737bb6e4c9ead02f734.tar.bz2
phantomjs 1.9.7
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/phantomjs.rb15
1 files changed, 3 insertions, 12 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb
index c2af835e8..3370fb0d2 100644
--- a/Library/Formula/phantomjs.rb
+++ b/Library/Formula/phantomjs.rb
@@ -2,21 +2,12 @@ require 'formula'
class Phantomjs < Formula
homepage 'http://www.phantomjs.org/'
- url 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.6-source.zip'
- sha1 '515844971dc4ffce54241f750ada52f537b34160'
-
- bottle do
- cellar :any
- revision 4
- sha1 "b6b4fd6cc542cd5445474156599286126a82c146" => :mavericks
- sha1 "a2e90490e3e0f9b9d4aa969a87be8efc801b6853" => :mountain_lion
- sha1 "933e15b3b70fcc19f9bd08e77a3a2ed8cef2bf64" => :lion
- end
+ url 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-source.zip'
+ sha1 '124b017d493d5ccabd22afaf078d0650ac048840'
def patches
[
- 'https://github.com/ariya/phantomjs/commit/fe6a96.patch',
- 'https://github.com/ariya/phantomjs/commit/b1cfe1.patch',
+ 'https://github.com/ariya/phantomjs/commit/fe6a96.patch'
]
end