diff options
Diffstat (limited to 'system')
-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 81be8e861fee..37869c15c34f 100644 --- a/system/clamav/clamav.SlackBuild +++ b/system/clamav/clamav.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Copyright (c) 2006,2007 Eric Hameleers <alien@slackware.com> -# Copyright (c) 2011-2020 Matteo Bernardini <ponce@slackbuilds.org> +# Copyright (c) 2011-2021 Matteo Bernardini <ponce@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ # No additional license terms added PRGNAM=clamav -VERSION=${VERSION:-0.103.0} +VERSION=${VERSION:-0.103.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/clamav/clamav.info b/system/clamav/clamav.info index f150d40c4a67..71244e510737 100644 --- a/system/clamav/clamav.info +++ b/system/clamav/clamav.info @@ -1,8 +1,8 @@ PRGNAM="clamav" -VERSION="0.103.0" +VERSION="0.103.1" HOMEPAGE="https://www.clamav.net/" -DOWNLOAD="https://www.clamav.net/downloads/production/clamav-0.103.0.tar.gz" -MD5SUM="453a389e0147b5df8fae5601b390d7db" +DOWNLOAD="https://www.clamav.net/downloads/production/clamav-0.103.1.tar.gz" +MD5SUM="f895e9a261937ed91f5cb3ead4791555" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |