aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/clamav.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/clamav.rb b/Library/Formula/clamav.rb
index e5bc46622..480febb50 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.95.3/clamav-0.95.3.tar.gz'
- homepage 'http://www.clamav.net/lang/en/'
- md5 'eaf9fccc3cc3567605a9732313652967'
+ url 'http://downloads.sourceforge.net/project/clamav/clamav/0.96/clamav-0.96.tar.gz'
+ homepage 'http://www.clamav.net/'
+ md5 '28ac7bec4cc03627a8e2d6e8647ee661'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"