updated formula for clamav

master
Mike Danko 2010-04-02 13:11:36 -04:00 committed by Adam Vandenberg
parent bd8ff83bad
commit 5679574691
1 changed files with 3 additions and 3 deletions

View File

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