From eda0ab54d7ddc0e9f850f737bb6e4c9ead02f734 Mon Sep 17 00:00:00 2001 From: Kaur Mätas Date: Wed, 29 Jan 2014 13:01:47 +0200 Subject: phantomjs 1.9.7 Signed-off-by: Mike McQuaid --- Library/Formula/phantomjs.rb | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3