homebrew-core/Formula/mussh.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
290 B
Ruby

require 'formula'
class Mussh < Formula
homepage 'http://mussh.sourceforge.net/'
url 'https://downloads.sourceforge.net/project/mussh/mussh/1.0/mussh-1.0.tgz'
sha1 'cbb11c1a846c0d92bcae0de0d12376e401aa1846'
def install
bin.install 'mussh'
man1.install 'mussh.1'
end
end