diff options
| author | Maurus Cuelenaere | 2014-10-26 13:40:24 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-26 13:31:12 +0000 |
| commit | 4a61e28ae0254df15436483e57c90c00364fbf66 (patch) | |
| tree | 0e4fba14e68f5e792a4ce9da027ee897b37d2bb9 /Library/Formula | |
| parent | 72d9b704cbe44d27e58a9ace1d9aa6921f5a95d4 (diff) | |
| download | homebrew-4a61e28ae0254df15436483e57c90c00364fbf66.tar.bz2 | |
phantomjs 1.9.8
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/phantomjs.rb | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb index c556b9fca..fafabffb3 100644 --- a/Library/Formula/phantomjs.rb +++ b/Library/Formula/phantomjs.rb @@ -2,21 +2,10 @@ require "formula" class Phantomjs < Formula homepage "http://www.phantomjs.org/" - revision 1 stable do - url "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-source.zip" - sha256 "0f6c50ff24c1c4a8ccd7fedef62feef5e45195c7ba5ef6c84434448544877ff3" - - patch do - url "https://github.com/ariya/phantomjs/commit/fe6a96.diff" - sha1 "d3efd38e0f3f0da08530d0bf603ea72ebdf06b78" - end - - # Upstream have said won't fix 1.9.x for Yosemite - # https://github.com/ariya/phantomjs/issues/10648 - # Please remove this dependency with the next stable 2.0 release. - depends_on MaximumMacOSRequirement => :mavericks + url "https://github.com/ariya/phantomjs/archive/1.9.8.tar.gz" + sha256 "3a321561677f678ca00137c47689e3379c7fe6b83f7597d2d5de187dd243f7be" end bottle do |
