diff options
| author | Nicolas Perriault | 2013-01-23 16:36:01 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-23 08:44:05 -0800 |
| commit | 0fc80de52ccdc53cc8686eef211e973a120d6abc (patch) | |
| tree | 2f78f33c2e684fb8d968b4d9ef2dce4c6c78df88 /Library/Formula/casperjs.rb | |
| parent | d10b5a710ebe90e6cc6f73e9dd9e9d6e20f52857 (diff) | |
| download | homebrew-0fc80de52ccdc53cc8686eef211e973a120d6abc.tar.bz2 | |
casperjs 1.0.1
Closes #17268.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 fc59e8fce..c42638ab2 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.0' - sha1 '354fecde094f72523f26f7032b65f3aae7013eba' + url 'https://github.com/n1k0/casperjs/zipball/1.0.1' + sha1 'adc09cb3e02f877c9b686cd0a3b617b1d441e228' head 'https://github.com/n1k0/casperjs.git' |
