From 1e2dc4b8c5b6092745558c58cbecda9ed6f64d48 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Mon, 23 Apr 2012 14:38:46 -0700 Subject: clamav 0.97.4 Upgrade clamav to version 0.97.4. If check is installed, this will pass all its self tests using clang or llvm from XC-4.3.2. Remove the --disable-debug, which is the default behavior. Closes #11840. Signed-off-by: Jack Nagel --- Library/Formula/clamav.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/clamav.rb b/Library/Formula/clamav.rb index 604d32841..d59e335d8 100644 --- a/Library/Formula/clamav.rb +++ b/Library/Formula/clamav.rb @@ -1,12 +1,12 @@ require 'formula' class Clamav < Formula - url 'http://downloads.sourceforge.net/clamav/clamav-0.97.3.tar.gz' homepage 'http://www.clamav.net/' - md5 '5cf25ed7778fa0cb6b140ad8f009befb' + url 'http://downloads.sourceforge.net/clamav/clamav-0.97.4.tar.gz' + sha1 '56f90cf8a73acba8f97beca86b42c65c3923935d' def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" end end -- cgit v1.2.3