zssh: sha256
Closes Homebrew/homebrew#37831. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
55433b6365
commit
7ec32e876b
1 changed files with 4 additions and 6 deletions
|
@ -1,11 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Zssh < Formula
|
||||
homepage 'http://zssh.sourceforge.net/'
|
||||
url 'https://downloads.sourceforge.net/project/zssh/zssh/1.5/zssh-1.5c.tgz'
|
||||
sha1 '68dc9b8572646ef63909b3855e7990d75f49926c'
|
||||
homepage "http://zssh.sourceforge.net/"
|
||||
url "https://downloads.sourceforge.net/project/zssh/zssh/1.5/zssh-1.5c.tgz"
|
||||
sha256 "a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b"
|
||||
|
||||
depends_on 'lrzsz'
|
||||
depends_on "lrzsz"
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue