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 c42638ab2..7647f9ff9 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/zipball/1.0.1' - sha1 'adc09cb3e02f877c9b686cd0a3b617b1d441e228' + url 'https://github.com/n1k0/casperjs/zipball/1.0.2' + sha1 'b335a6d2f496161cb480d6efb498fb9d59756225' head 'https://github.com/n1k0/casperjs.git' |
