diff options
| -rw-r--r-- | Library/Formula/phantomjs.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb index 2f8b670c6..5d0d0bd19 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.1.0-source.zip" + url "http://phantomjs.googlecode.com/files/phantomjs-1.2.0-source.zip" head "https://github.com/ariya/phantomjs.git" homepage 'http://www.phantomjs.org/' - sha1 "11b6023c9b2bd3e5f7dc7e3d4e4ce24588a3d396" + sha1 "0b8b20fbc45013ecf61dd988390dd979a894dec1" depends_on 'qt' |
