aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-07 10:16:36 -0700
committerAdam Vandenberg2013-08-07 10:16:36 -0700
commit722ac0399543bce2d816946cde86831f02741e08 (patch)
tree1991e8a5b70013f7ff342d2869a978cbf0108f77 /Library/Formula
parentda4e3e8f2c6038736dffe702f7b78b42cfe9d35b (diff)
downloadhomebrew-722ac0399543bce2d816946cde86831f02741e08.tar.bz2
class-dump: remove skip-clean
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/class-dump.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/class-dump.rb b/Library/Formula/class-dump.rb
index dc70c1bc3..8489b5823 100644
--- a/Library/Formula/class-dump.rb
+++ b/Library/Formula/class-dump.rb
@@ -2,13 +2,10 @@ require 'formula'
class ClassDump < Formula
homepage 'http://www.codethecode.com/projects/class-dump/'
+ head 'https://github.com/nygard/class-dump.git'
url 'http://www.codethecode.com/download/class-dump-3.4.tar.bz2'
sha1 'bc6d9542af201028ae980b9d0497b491ce98227f'
- head 'https://github.com/nygard/class-dump.git'
-
- skip_clean "bin/class-dump"
-
def install
bin.install 'class-dump'
end