aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorGhislain Seguin2011-06-27 11:10:11 -0700
committerAdam Vandenberg2011-06-27 14:10:05 -0700
commitc50bbb8f6683e3da9f59cf42af012ac674d8affd (patch)
tree509f92d4c5ba6b19da16844c0b66b6d0020baded /Library
parent37c233d1f4e0616d4b520ad7d421157d4620dc3c (diff)
downloadhomebrew-c50bbb8f6683e3da9f59cf42af012ac674d8affd.tar.bz2
phantomjs 1.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 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'