diff options
| author | Johan | 2012-12-04 16:31:41 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-12-04 07:57:21 -0800 |
| commit | 1edaad1106a4fde532fe6b77ab4e2ad9105bdab0 (patch) | |
| tree | 423a9fea6365f1c02aae5487aeb27ed525db60fa /Library | |
| parent | b30390f1e484b14efd5b909a8cd6ef31a9499b79 (diff) | |
| download | homebrew-1edaad1106a4fde532fe6b77ab4e2ad9105bdab0.tar.bz2 | |
class-dump 3.4
Closes #16398.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/class-dump.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/class-dump.rb b/Library/Formula/class-dump.rb index ea663b7bb..dc70c1bc3 100644 --- a/Library/Formula/class-dump.rb +++ b/Library/Formula/class-dump.rb @@ -2,8 +2,8 @@ require 'formula' class ClassDump < Formula homepage 'http://www.codethecode.com/projects/class-dump/' - url 'http://www.codethecode.com/download/class-dump-3.3.4.tar.bz2' - sha1 '1e43a3cab522565b0773aab18c40b232f231c46c' + url 'http://www.codethecode.com/download/class-dump-3.4.tar.bz2' + sha1 'bc6d9542af201028ae980b9d0497b491ce98227f' head 'https://github.com/nygard/class-dump.git' |
