diff options
-rw-r--r-- | system/clamav/clamav.SlackBuild | 4 | ||||
-rw-r--r-- | system/clamav/clamav.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/clamav/clamav.SlackBuild b/system/clamav/clamav.SlackBuild index 40d5783fd02fa..7d1eb3b4890bf 100644 --- a/system/clamav/clamav.SlackBuild +++ b/system/clamav/clamav.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (c) 2006,2007 Eric Hameleers <alien@slackware.com> -# Copyright (c) 2011-2021 Matteo Bernardini <ponce@slackbuilds.org> +# Copyright (c) 2011-2022 Matteo Bernardini <ponce@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=clamav -VERSION=${VERSION:-0.104.1} +VERSION=${VERSION:-0.104.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/clamav/clamav.info b/system/clamav/clamav.info index 1134380a74349..2ac155dc57924 100644 --- a/system/clamav/clamav.info +++ b/system/clamav/clamav.info @@ -1,8 +1,8 @@ PRGNAM="clamav" -VERSION="0.104.1" +VERSION="0.104.2" HOMEPAGE="https://www.clamav.net/" -DOWNLOAD="https://www.clamav.net/downloads/production/clamav-0.104.1.tar.gz" -MD5SUM="49b9bb94d5b2cafc761f8fbe660d3bfa" +DOWNLOAD="https://www.clamav.net/downloads/production/clamav-0.104.2.tar.gz" +MD5SUM="ad099675f2c09c07850e36496b06c552" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |