cloc 1.56
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d547cd88f7
commit
404334b4e6
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue