aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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 a2d893b46..fd2452d77 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/clamav/clamav-0.97.1.tar.gz'
+ url 'http://downloads.sourceforge.net/clamav/clamav-0.97.2.tar.gz'
homepage 'http://www.clamav.net/'
- md5 '4f3fb74ff1098c25eef8e10721478c29'
+ md5 'cb2d78b4790fdfca3b2390d7ce82f0b7'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"