diff options
| author | Anderson Vaz | 2013-05-23 17:40:45 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-24 06:58:43 -0700 |
| commit | 2f0985b008e48473a17e356d310f4ae48ff51c37 (patch) | |
| tree | e1d54f06255be8b1514685706719f18ac0674c03 /Library/Formula | |
| parent | abed8d66e320cca9789f8c7abf615ba99db5fc50 (diff) | |
| download | homebrew-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.rb | 4 |
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/*'] |
