summaryrefslogtreecommitdiff
path: root/clamav/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2015-12-02 17:33:48 -0600
committerMatt Housh <jaeger@crux.ninja>2015-12-02 17:33:48 -0600
commit8cf2c49757b859f85c27ee82a1ca265edfc474c2 (patch)
treec61fe51bcb05fe0bba7205eaad09a8715a7d821d /clamav/Pkgfile
parent52dad09e15517a7e95198bde3c0b4a89985c41b9 (diff)
parente9e80b1042f8440d4259969e58b201d180d0c961 (diff)
downloadcontrib-8cf2c49757b859f85c27ee82a1ca265edfc474c2.tar.gz
contrib-8cf2c49757b859f85c27ee82a1ca265edfc474c2.tar.xz
Merge branch '3.1' into 3.2
Diffstat (limited to 'clamav/Pkgfile')
-rw-r--r--clamav/Pkgfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/clamav/Pkgfile b/clamav/Pkgfile
index 494cd8e69..81ebbac5c 100644
--- a/clamav/Pkgfile
+++ b/clamav/Pkgfile
@@ -1,16 +1,16 @@
# Description: A GPL virus scanner
# URL: http://www.clamav.net/
# Maintainer: Matt Housh, jaeger at crux dot ninja
-# Depends on: zlib, bzip2, libgmp, curl
+# Depends on: zlib bzip2 libgmp curl
name=clamav
-version=0.98.7
-release=2
-source=(http://download.sourceforge.net/$name/$name-$version.tar.gz \
+version=0.99.0
+release=1
+source=(http://www.clamav.net/downloads/production/$name-${version%.*}.tar.gz \
clamd.conf freshclam.conf clamd freshclam)
build() {
- cd $name-$version
+ cd $name-${version%.*}
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-id-check \

Generated by cgit