aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRyan Schlesinger2014-01-22 10:38:46 -0800
committerMike McQuaid2014-01-22 11:08:41 -0800
commit61b00997ef866d16ab6887eee9ef432718e826f8 (patch)
tree33546e04901617fac6fc90a7900b0141be0117c4 /Library
parent732744ce0f4a6271cd0a97a076ea9d0223e1d424 (diff)
downloadhomebrew-61b00997ef866d16ab6887eee9ef432718e826f8.tar.bz2
phantomjs 1.9.6
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/phantomjs.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb
index dcea2b38f..a28bad4b3 100644
--- a/Library/Formula/phantomjs.rb
+++ b/Library/Formula/phantomjs.rb
@@ -2,8 +2,8 @@ require 'formula'
class Phantomjs < Formula
homepage 'http://www.phantomjs.org/'
- url 'https://phantomjs.googlecode.com/files/phantomjs-1.9.2-source.zip'
- sha1 '08559acdbbe04e963632bc35e94c1a9a082b6da1'
+ url 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.6-source.zip'
+ sha1 '515844971dc4ffce54241f750ada52f537b34160'
bottle do
cellar :any
@@ -15,8 +15,7 @@ class Phantomjs < Formula
def patches
[
- 'https://github.com/ariya/phantomjs/commit/fe6a96.patch',
- 'https://github.com/ariya/phantomjs/commit/b67866.patch',
+ 'https://github.com/ariya/phantomjs/commit/fe6a96.patch'
]
end