diff options
| author | Luis Abreu | 2012-11-06 17:00:38 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-06 09:02:36 -0800 |
| commit | 8b318aeecf6515e02223e6cda2de4e9e1fe3930f (patch) | |
| tree | 69710fa7fc6c01748f2288f8c0ca188624938d3d /Library | |
| parent | ea34317c8bc292a282e4c2203545b00dfe3a2331 (diff) | |
| download | homebrew-8b318aeecf6515e02223e6cda2de4e9e1fe3930f.tar.bz2 | |
CasperJS RC4
Closes #15887.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 550a59c72..7f7b2dd71 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-RC3' - sha1 '617432dc3d50b0e3e544c642361f87b87dd1743b' - version '1.0.0-RC3' + url 'https://github.com/n1k0/casperjs/zipball/1.0.0-RC4' + sha1 '6211c5014d549e64e7aef751a63f15cc65c2bab6' + version '1.0.0-RC4' head 'https://github.com/n1k0/casperjs.git' |
