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