aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-05-10 10:10:01 -0700
committerAdam Vandenberg2014-05-10 10:10:18 -0700
commitb239e44783f10e9669bcfa87937e7dfbc93a93d7 (patch)
treef3cf7a481c51ab0f8e80bc26cfa946ca2ab8424f /Library/Formula
parent1a9faa59f403510e9f6b11642966c25c6cf2af2d (diff)
downloadhomebrew-b239e44783f10e9669bcfa87937e7dfbc93a93d7.tar.bz2
autossh: add mirror
Closes #29114.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/autossh.rb11
1 files changed, 6 insertions, 5 deletions
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