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