diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cloc.rb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Library/Formula/cloc.rb b/Library/Formula/cloc.rb index 270984605..afe0dc583 100644 --- a/Library/Formula/cloc.rb +++ b/Library/Formula/cloc.rb @@ -1,8 +1,12 @@ require 'formula' class Cloc <ScriptFileFormula - url "http://cloc.svn.sourceforge.net/viewvc/cloc/tags/1.51/cloc" - md5 'c491922de2bad911fbc2047b336c91b5' - version '1.51' + url 'http://downloads.sourceforge.net/project/cloc/cloc/v1.53/cloc-1.53.pl' + md5 '47f13134a3b2b0c18dede35132cc15b4' + version '1.53' homepage 'http://cloc.sourceforge.net/' + + def install + bin.install 'cloc-1.53.pl' => 'cloc' + end end |
