diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-05-22 14:01:08 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2022-05-22 14:01:08 +0200 |
commit | 0db223d45319fcfa90aee19b3f1cc44b9873324f (patch) | |
tree | 78132ba992abe5e0393eedd08c6e924319f9478e /system/clamav | |
parent | 7eb2e69c0d54a0ef63a6abd35ba45d2e2be92693 (diff) |
system/clamav: Updated for version 0.105.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/clamav')
-rw-r--r-- | system/clamav/clamav.SlackBuild | 2 | ||||
-rw-r--r-- | system/clamav/clamav.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/clamav/clamav.SlackBuild b/system/clamav/clamav.SlackBuild index f56bb92f66234..dbc4da05a06f6 100644 --- a/system/clamav/clamav.SlackBuild +++ b/system/clamav/clamav.SlackBuild @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=clamav -VERSION=${VERSION:-0.104.2} +VERSION=${VERSION:-0.105.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/clamav/clamav.info b/system/clamav/clamav.info index 2ac155dc57924..489cf252e26bc 100644 --- a/system/clamav/clamav.info +++ b/system/clamav/clamav.info @@ -1,8 +1,8 @@ PRGNAM="clamav" -VERSION="0.104.2" +VERSION="0.105.0" HOMEPAGE="https://www.clamav.net/" -DOWNLOAD="https://www.clamav.net/downloads/production/clamav-0.104.2.tar.gz" -MD5SUM="ad099675f2c09c07850e36496b06c552" +DOWNLOAD="https://www.clamav.net/downloads/production/clamav-0.105.0.tar.gz" +MD5SUM="f9994b5036da80f61d18d5941d49545d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |