Update btpd version to 0.16

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Blake Smith 2010-10-12 22:55:59 -05:00 committed by Adam Vandenberg
parent 95943bd152
commit 0ef0b1ff8e
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
require 'formula'
class Btpd <Formula
url 'http://www.murmeldjur.se/btpd/btpd-0.15.tar.gz'
homepage 'http://www.murmeldjur.se/btpd/'
md5 'b64e2e8b9936e99685bc1e7246655561'
url 'http://github.com/downloads/btpd/btpd/btpd-0.16.tar.gz'
homepage 'http://github.com/btpd/btpd'
md5 'fe042aae8d7c515ecd855673d1c2b33e'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"