diff options
| author | Ghislain Seguin | 2011-06-27 11:10:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-27 14:10:05 -0700 |
| commit | c50bbb8f6683e3da9f59cf42af012ac674d8affd (patch) | |
| tree | 509f92d4c5ba6b19da16844c0b66b6d0020baded | |
| parent | 37c233d1f4e0616d4b520ad7d421157d4620dc3c (diff) | |
| download | homebrew-c50bbb8f6683e3da9f59cf42af012ac674d8affd.tar.bz2 | |
phantomjs 1.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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' |
