Updated to Clamav 0.96.2
Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
parent
3ab228c953
commit
87fe50fc9a
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue