diff options
| author | Alex Bukin | 2013-03-15 08:52:51 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-15 09:42:30 -0700 |
| commit | 34b3e547cac13868d51f6dfa444657c687eee8c2 (patch) | |
| tree | c5313f36266c1c610cbe5d041ca93fb25e4fd816 /Library | |
| parent | 9251e7865727cd0416909c32dbc491ea30fe177f (diff) | |
| download | homebrew-34b3e547cac13868d51f6dfa444657c687eee8c2.tar.bz2 | |
clamav 0.97.7
Closes #18500.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/clamav.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/clamav.rb b/Library/Formula/clamav.rb index 9c5b27845..c37e5796b 100644 --- a/Library/Formula/clamav.rb +++ b/Library/Formula/clamav.rb @@ -2,8 +2,8 @@ require 'formula' class Clamav < Formula homepage 'http://www.clamav.net/' - url 'http://downloads.sourceforge.net/clamav/clamav-0.97.6.tar.gz' - sha1 '528f774b14b95fdfb8b377f8b41859c48b165e34' + url 'http://downloads.sourceforge.net/clamav/clamav-0.97.7.tar.gz' + sha1 '9b911c557e0b7b5079de86c65b5d83fa78fadfff' def install args = %W{--disable-dependency-tracking |
