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 aec922968..5deb1d475 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.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"