diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/phantomjs.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb index 163c0acad..03df653dc 100644 --- a/Library/Formula/phantomjs.rb +++ b/Library/Formula/phantomjs.rb @@ -1,10 +1,10 @@ require 'formula' class Phantomjs < Formula - url 'http://phantomjs.googlecode.com/files/phantomjs-1.0.0.tar.gz' + url "http://phantomjs.googlecode.com/files/phantomjs-1.1.0-source.zip" head "git://github.com/ariya/phantomjs.git" - homepage 'http://phantomjs.googlecode.com/' - md5 '6aa18de82e24923fa1a1feeaf299ecef' + homepage 'http://www.phantomjs.org/' + sha1 "11b6023c9b2bd3e5f7dc7e3d4e4ce24588a3d396" depends_on 'qt' |
