aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMark A. Matienzo2010-10-10 13:48:20 -0400
committerAdam Vandenberg2010-10-10 10:53:15 -0700
commita03e0acabe7d6355fb10ce1b12a2382cb05ec8f4 (patch)
treed58d1909d51e5f61269e31850503c7bcff708e81 /Library/Formula
parent929074febd3e255556ad567f94dd4d87900c8bf4 (diff)
downloadhomebrew-a03e0acabe7d6355fb10ce1b12a2382cb05ec8f4.tar.bz2
Update formula: afflib
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/afflib.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/afflib.rb b/Library/Formula/afflib.rb
index 45a1aa5c7..9abd267a2 100644
--- a/Library/Formula/afflib.rb
+++ b/Library/Formula/afflib.rb
@@ -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",