Updated to Clamav 0.96.2

Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
Will Tisdale 2010-08-25 22:22:46 +01:00 committed by David Höppner
parent 3ab228c953
commit 87fe50fc9a

View file

@ -1,9 +1,9 @@
require 'formula'
class Clamav <Formula
url 'http://downloads.sourceforge.net/project/clamav/clamav/0.96/clamav-0.96.tar.gz'
url 'http://downloads.sourceforge.net/project/clamav/clamav/0.96.2/clamav-0.96.2.tar.gz'
homepage 'http://www.clamav.net/'
md5 '28ac7bec4cc03627a8e2d6e8647ee661'
md5 'a2c2555d86868f91a01d0e2c2403bbec'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"