diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/casperjs.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/casperjs.rb b/Library/Formula/casperjs.rb index 88059caf1..1504879d9 100644 --- a/Library/Formula/casperjs.rb +++ b/Library/Formula/casperjs.rb @@ -2,9 +2,9 @@ require 'formula' class Casperjs < Formula homepage 'http://www.casperjs.org/' - url 'https://github.com/n1k0/casperjs/zipball/1.0.0-RC6' - sha1 '08059268523eac0ba8d70b387d5573e18e7ad414' - version '1.0.0-RC6' + url 'https://github.com/n1k0/casperjs/zipball/1.0.0' + sha1 '354fecde094f72523f26f7032b65f3aae7013eba' + version '1.0.0' head 'https://github.com/n1k0/casperjs.git' |
