autossh 1.4e
update autossh to new version Closes Homebrew/homebrew#38487. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
ef3d212a64
commit
4a677d1c5c
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require "formula"
|
|||
|
||||
class Autossh < Formula
|
||||
homepage "http://www.harding.motd.ca/autossh/"
|
||||
url "http://www.harding.motd.ca/autossh/autossh-1.4d.tgz"
|
||||
mirror "http://ftp.de.debian.org/debian/pool/main/a/autossh/autossh_1.4d.orig.tar.gz"
|
||||
sha1 "27da23c357f8d263aba6ecf3e8792a3552d90e50"
|
||||
url "http://www.harding.motd.ca/autossh/autossh-1.4e.tgz"
|
||||
mirror "http://ftp.de.debian.org/debian/pool/main/a/autossh/autossh_1.4e.orig.tar.gz"
|
||||
sha1 "268b5f2556ecfbb18b750b26d9816e53fb9501f4"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue