From b239e44783f10e9669bcfa87937e7dfbc93a93d7 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 10 May 2014 10:10:01 -0700 Subject: autossh: add mirror Closes #29114. --- Library/Formula/autossh.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/autossh.rb b/Library/Formula/autossh.rb index 8a8e3873f..98e588d56 100644 --- a/Library/Formula/autossh.rb +++ b/Library/Formula/autossh.rb @@ -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 -- cgit v1.2.3