Update formula: afflib
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
24431fb50f
commit
8a6570ec0a
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Afflib <Formula
|
||||
url 'http://afflib.org/downloads/afflib-3.6.2.tar.gz'
|
||||
url 'http://afflib.org/downloads/afflib-3.6.3.tar.gz'
|
||||
homepage 'http://afflib.org'
|
||||
md5 'c30468c762c8e06776410ca8fb56b782'
|
||||
md5 'b81b5b126cb9c45137bf1ad5d09c99b8'
|
||||
|
||||
depends_on 'expat'
|
||||
depends_on 'expat' => :optional
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue