diff options
Diffstat (limited to 'Library')
| -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 3da35cf80..49e9f8461 100644 --- a/Library/Formula/phantomjs.rb +++ b/Library/Formula/phantomjs.rb @@ -1,10 +1,10 @@ require 'formula' class Phantomjs < Formula - url "https://phantomjs.googlecode.com/files/phantomjs-1.3.0-source.tar.gz" + url "https://phantomjs.googlecode.com/files/phantomjs-1.4.1-source.tar.gz" head "https://github.com/ariya/phantomjs.git" homepage 'http://www.phantomjs.org/' - sha1 "76902ad0956cf212cc9bb845f290690f53eca576" + sha1 "d9386aa3e36bdd31f069f5301e315a9c5d91f06a" depends_on 'qt' |
