aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMarv Cool2011-08-12 19:05:36 +0200
committerAdam Vandenberg2011-08-12 12:17:00 -0700
commit1d79d0c3cadfcc2d15f5d7015efccecd6c5a2daa (patch)
tree76a8245fc20b52b58ef7e84e947861f4f05c5c18 /Library
parentf857eca97098033889614f565ec59e2518eff7ac (diff)
downloadhomebrew-1d79d0c3cadfcc2d15f5d7015efccecd6c5a2daa.tar.bz2
tinc 1.0.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tinc.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/tinc.rb b/Library/Formula/tinc.rb
index 8da2b730f..95979421e 100644
--- a/Library/Formula/tinc.rb
+++ b/Library/Formula/tinc.rb
@@ -1,14 +1,15 @@
require 'formula'
class Tinc < Formula
- url 'http://www.tinc-vpn.org/packages/tinc-1.0.13.tar.gz'
+ url 'http://www.tinc-vpn.org/packages/tinc-1.0.16.tar.gz'
homepage 'http://www.tinc-vpn.org'
- md5 '86263994d38c750431efd17e9a91a248'
+ sha1 '6700e63c548228b1675f243f0075f98511f1e3a8'
depends_on 'lzo'
def install
- system "./configure", "--prefix=#{prefix}"
+ system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}"
+ system "make"
system "make install"
end
end