clamav: Update to 0.96.4

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Michael Dippery 2010-10-27 11:40:27 -04:00 committed by Adam Vandenberg
parent 67876b73a9
commit 4b3bf17075

View file

@ -1,9 +1,9 @@
require 'formula'
class Clamav <Formula
url 'http://downloads.sourceforge.net/project/clamav/clamav/0.96.3/clamav-0.96.3.tar.gz'
url 'http://downloads.sourceforge.net/clamav/clamav-0.96.4.tar.gz'
homepage 'http://www.clamav.net/'
md5 '663274565c4da17abb112ff88895e510'
md5 '7d47f73fe16b96544a4b5e41686e5060'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"