clamav: Update to 0.96.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
67876b73a9
commit
4b3bf17075
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.3/clamav-0.96.3.tar.gz'
|
||||
url 'http://downloads.sourceforge.net/clamav/clamav-0.96.4.tar.gz'
|
||||
homepage 'http://www.clamav.net/'
|
||||
md5 '663274565c4da17abb112ff88895e510'
|
||||
md5 '7d47f73fe16b96544a4b5e41686e5060'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
|
|
Loading…
Reference in a new issue