autossh: add mirror

Closes Homebrew/homebrew#29114.
This commit is contained in:
Adam Vandenberg 2014-05-10 10:10:01 -07:00
parent 501c501817
commit 418a4cefa7

View file

@ -1,9 +1,10 @@
require 'formula'
require "formula"
class Autossh < Formula
homepage 'http://www.harding.motd.ca/autossh/'
url 'http://www.harding.motd.ca/autossh/autossh-1.4c.tgz'
sha1 'd9a1d5a2987e7e5a444b00e63d6590936da1e1f2'
homepage "http://www.harding.motd.ca/autossh/"
url "http://www.harding.motd.ca/autossh/autossh-1.4c.tgz"
mirror "http://ftp.de.debian.org/debian/pool/main/a/autossh/autossh_1.4c.orig.tar.gz"
sha1 "d9a1d5a2987e7e5a444b00e63d6590936da1e1f2"
patch :DATA
@ -12,7 +13,7 @@ class Autossh < Formula
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"
bin.install 'rscreen'
bin.install "rscreen"
end
end