aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTobias Birmili2011-05-23 15:14:55 +0200
committerAdam Vandenberg2011-05-26 10:41:54 -0700
commitaef479baa798c3c080a6a7e40c9590d117010e06 (patch)
treecf90dc2e96739b2f94dc029eeebba876ef1e1234 /Library
parent314abd2d462a45bbbefb51f47a3276be82267b82 (diff)
downloadhomebrew-aef479baa798c3c080a6a7e40c9590d117010e06.tar.bz2
PhantomJS 1.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/phantomjs.rb6
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'