aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/phantomjs.rb
diff options
context:
space:
mode:
authorSérgio Lopes2012-01-02 20:07:39 -0200
committerMike McQuaid2012-01-05 22:18:35 +0000
commitcfbdf227e752b103ed27aa40925711855fa04487 (patch)
tree10d4f60a929fb9d0583cc951361335b2b518f7cd /Library/Formula/phantomjs.rb
parenta5512dc48bcfc39c3126ac177c0b6294f34423cd (diff)
downloadhomebrew-cfbdf227e752b103ed27aa40925711855fa04487.tar.bz2
update phantomjs to 1.4.1
Closes #9383. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/phantomjs.rb')
-rw-r--r--Library/Formula/phantomjs.rb4
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'