aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/clamav.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/clamav.rb b/Library/Formula/clamav.rb
index 480febb50..829f76365 100644
--- a/Library/Formula/clamav.rb
+++ b/Library/Formula/clamav.rb
@@ -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"