homebrew-core/Formula/cfv.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

12 lines
291 B
Ruby

require 'formula'
class Cfv < Formula
homepage 'http://cfv.sourceforge.net/'
url 'https://downloads.sourceforge.net/project/cfv/cfv/1.18.3/cfv-1.18.3.tar.gz'
sha1 '8f3361fb9c13fe2645f1df8c177c61459f50e846'
def install
man1.install gzip("cfv.1")
bin.install "cfv"
end
end