Updated clamav to version 0.97
Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
parent
6695806193
commit
c05d6548c7
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Clamav <Formula
|
||||
url 'http://downloads.sourceforge.net/clamav/clamav-0.96.5.tar.gz'
|
||||
url 'http://downloads.sourceforge.net/clamav/clamav-0.97.tar.gz'
|
||||
homepage 'http://www.clamav.net/'
|
||||
md5 '202e51d47298779e5babacc443102c6a'
|
||||
md5 '605ed132b2f8e89df11064adea2b183b'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
|
|
Loading…
Reference in a new issue