homebrew-core/Formula/cloc.rb
Jaime Marquínez Ferrándiz 74c83fa9f6 Batch convert http download urls from SourceForge to https
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-02 09:16:53 -08:00

11 lines
283 B
Ruby

require 'formula'
class Cloc < Formula
homepage 'http://cloc.sourceforge.net/'
url 'https://downloads.sourceforge.net/project/cloc/cloc/v1.60/cloc-1.60.pl'
sha1 'd002e85b7deb988e4f88eaf3f9697cf011ec0c8a'
def install
bin.install "cloc-#{version}.pl" => "cloc"
end
end