diff options
Diffstat (limited to 'app/antivirus/clamav/clamav.mkbuild')
-rw-r--r-- | app/antivirus/clamav/clamav.mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/antivirus/clamav/clamav.mkbuild b/app/antivirus/clamav/clamav.mkbuild index 47e5e77..8e8f82b 100644 --- a/app/antivirus/clamav/clamav.mkbuild +++ b/app/antivirus/clamav/clamav.mkbuild @@ -28,7 +28,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://ufpr.dl.sourceforge.net/sourceforge/clamav/clamav-0.94.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/clamav/clamav-0.95.1.tar.gz" # # Documentation files. Null ("") to auto-set commom doc-files: @@ -71,6 +71,7 @@ off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 on: gpg_signature_check + on: manifest_check on: untar_source off: patch_source on: configure |