diff options
Diffstat (limited to 'Library/Formula/casperjs.rb')
| -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 aa5bacaae..b76995615 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/1.0.2' - sha1 '292fd7bc406f1a509b05781b3eccb21008517984' + url 'https://github.com/n1k0/casperjs/archive/1.0.2.tar.gz' + sha1 '977d68d96ca05a656f31e2f2c15f02b11e6aa724' head 'https://github.com/n1k0/casperjs.git' |
