diff options
| -rw-r--r-- | Library/Formula/casperjs.rb | 4 |
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' |
