aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAnderson Vaz2013-05-23 17:40:45 -0300
committerAdam Vandenberg2013-05-24 06:58:43 -0700
commit2f0985b008e48473a17e356d310f4ae48ff51c37 (patch)
treee1d54f06255be8b1514685706719f18ac0674c03 /Library/Formula
parentabed8d66e320cca9789f8c7abf615ba99db5fc50 (diff)
downloadhomebrew-2f0985b008e48473a17e356d310f4ae48ff51c37.tar.bz2
crash 1.2.5
Closes #20031. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/crash.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/crash.rb b/Library/Formula/crash.rb
index 24f48dcf5..f4fc82017 100644
--- a/Library/Formula/crash.rb
+++ b/Library/Formula/crash.rb
@@ -2,8 +2,8 @@ require 'formula'
class Crash < Formula
homepage 'http://vietj.github.io/crash/'
- url 'https://crsh.googlecode.com/files/crsh-all-1.1.0.tar.gz'
- sha1 'c7a331de9fcf036197b018b509d32322c785cc11'
+ url 'https://crsh.googlecode.com/files/crash-1.2.5.tar.gz'
+ sha1 '8567aa4f16e47aca7041f0e48ebcbc88a038c308'
def install
libexec.install Dir['crash/*']