aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-12 21:23:43 -0800
committerAdam Vandenberg2012-02-12 21:41:07 -0800
commit2d98e27f8e516da0368b3b4b1ec52e383d64d7a2 (patch)
tree763a642a48263bfde0ab4e2309e33ea2e80ef7ff /Library/Formula
parent3102a66b19268bcbe8835243b7d6e193fa92ffea (diff)
downloadhomebrew-2d98e27f8e516da0368b3b4b1ec52e383d64d7a2.tar.bz2
autossh 1.4c
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/autossh.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/autossh.rb b/Library/Formula/autossh.rb
index dc0cdca83..74335c3fc 100644
--- a/Library/Formula/autossh.rb
+++ b/Library/Formula/autossh.rb
@@ -1,16 +1,18 @@
require 'formula'
class Autossh < Formula
- url 'http://www.harding.motd.ca/autossh/autossh-1.4b.tgz'
homepage 'http://www.harding.motd.ca/autossh/'
- md5 '8f9aa006f6f69e912d3c2f504622d6f7'
+ url 'http://www.harding.motd.ca/autossh/autossh-1.4c.tgz'
+ md5 '26520eea934f296be0783dabe7fcfd28'
def patches
DATA
end
def install
- system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}",
+ "--mandir=#{man}"
system "make install"
bin.install 'rscreen'
end