aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew de Andrade2012-07-09 12:48:09 -0700
committerAdam Vandenberg2012-07-10 22:41:26 -0700
commitd235534e9a0199e2d443c274e9430a50e45488dc (patch)
tree84551e4e9f1588c375e2fb27ae7241546408a375
parent0c1d15247636fd30d1de4ad59d8b934ac9559040 (diff)
downloadhomebrew-d235534e9a0199e2d443c274e9430a50e45488dc.tar.bz2
casperjs 1.0.0-RC1
Closes #13296. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/casperjs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/casperjs.rb b/Library/Formula/casperjs.rb
index 7770d14a2..d8e855047 100644
--- a/Library/Formula/casperjs.rb
+++ b/Library/Formula/casperjs.rb
@@ -2,8 +2,8 @@ require 'formula'
class Casperjs < Formula
homepage 'http://www.casperjs.org/'
- url "https://github.com/n1k0/casperjs/tarball/0.6.10"
- sha1 'eb8155970117fa0748266e7b188030b15d67dcab'
+ url 'https://github.com/n1k0/casperjs/tarball/1.0.0-RC1'
+ sha1 '3f08685bf41044a200b78110f5c2062ce1bb918c'
head 'https://github.com/n1k0/casperjs.git'