aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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