cloc 1.56

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
David Rupp 2012-05-03 21:23:07 -04:00 committed by Adam Vandenberg
parent d547cd88f7
commit 404334b4e6

View file

@ -1,11 +1,11 @@
require 'formula'
class Cloc < ScriptFileFormula
url 'http://downloads.sourceforge.net/project/cloc/cloc/v1.55/cloc-1.55.pl'
md5 '19ab5852617e89d853793a693eb5e510'
url 'http://downloads.sourceforge.net/project/cloc/cloc/v1.56/cloc-1.56.pl'
md5 '2739127ce5398fa627b50e54ea3dcbb6'
homepage 'http://cloc.sourceforge.net/'
def install
bin.install 'cloc-1.55.pl' => 'cloc'
bin.install 'cloc-1.56.pl' => 'cloc'
end
end