aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorzachheine2012-12-24 23:36:50 -0800
committerCharlie Sharpsteen2012-12-25 15:24:09 -0800
commit4fcf3f937f4c8e8a9409231ed5ec67af771fdd74 (patch)
tree0ef72ee8fd0eba1338bc8c0c763b02dbcb985969 /Library/Formula
parent2209934e6cec542896ac35ed2e13be1f43ef45b1 (diff)
downloadhomebrew-4fcf3f937f4c8e8a9409231ed5ec67af771fdd74.tar.bz2
casperjs: Update to 1.0.0
Closes #16737. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/casperjs.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/casperjs.rb b/Library/Formula/casperjs.rb
index 88059caf1..1504879d9 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-RC6'
- sha1 '08059268523eac0ba8d70b387d5573e18e7ad414'
- version '1.0.0-RC6'
+ url 'https://github.com/n1k0/casperjs/zipball/1.0.0'
+ sha1 '354fecde094f72523f26f7032b65f3aae7013eba'
+ version '1.0.0'
head 'https://github.com/n1k0/casperjs.git'