clamav 0.97.3

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Mark A. Matienzo 2012-01-07 11:24:21 -05:00 committed by Adam Vandenberg
parent 60d07551e4
commit c95f804604
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'formula'
class Clamav < Formula
url 'http://downloads.sourceforge.net/clamav/clamav-0.97.2.tar.gz'
url 'http://downloads.sourceforge.net/clamav/clamav-0.97.3.tar.gz'
homepage 'http://www.clamav.net/'
md5 'cb2d78b4790fdfca3b2390d7ce82f0b7'
md5 '5cf25ed7778fa0cb6b140ad8f009befb'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"