aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-03-14 13:57:41 -0700
committerAdam Vandenberg2013-03-14 13:58:11 -0700
commit7f66ef1d1a94ac4dcda13c0f9cbd17274cf513e4 (patch)
tree8d2083cc3c9b50ec77a06e376a469ba144752f6e
parent22dca814692e429a0314e2deaea6df50cde74cf3 (diff)
downloadhomebrew-7f66ef1d1a94ac4dcda13c0f9cbd17274cf513e4.tar.bz2
casperjs: fix sha1
Also, use tarball instead of zipball. Closes #18472.
-rw-r--r--Library/Formula/casperjs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/casperjs.rb b/Library/Formula/casperjs.rb
index 7647f9ff9..aa5bacaae 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.2'
- sha1 'b335a6d2f496161cb480d6efb498fb9d59756225'
+ url 'https://github.com/n1k0/casperjs/tarball/1.0.2'
+ sha1 '292fd7bc406f1a509b05781b3eccb21008517984'
head 'https://github.com/n1k0/casperjs.git'