summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2023-05-01 20:25:37 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-06 08:28:35 +0700
commit238bb6b864d51a05d86608112d3676ec4d3bfdef (patch)
tree9d94cf0c32dec9bd47c401579476878aee2b5b93
parent5d79202c0e22ea986fdeb0f60554865b7ca053dc (diff)
downloadslackbuilds-238bb6b864d51a05d86608112d3676ec4d3bfdef.tar.gz
slackbuilds-238bb6b864d51a05d86608112d3676ec4d3bfdef.tar.xz
system/clamav: Updated for version 1.1.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/clamav/clamav.SlackBuild4
-rw-r--r--system/clamav/clamav.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/clamav/clamav.SlackBuild b/system/clamav/clamav.SlackBuild
index 55d504f755..0bf70a2826 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-2022 Matteo Bernardini <ponce@slackbuilds.org>
+# Copyright (c) 2011-2023 Matteo Bernardini <ponce@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -31,7 +31,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=clamav
-VERSION=${VERSION:-1.0.1}
+VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/clamav/clamav.info b/system/clamav/clamav.info
index bd3e844112..9b5c0fde7a 100644
--- a/system/clamav/clamav.info
+++ b/system/clamav/clamav.info
@@ -1,8 +1,8 @@
PRGNAM="clamav"
-VERSION="1.0.1"
+VERSION="1.1.0"
HOMEPAGE="https://www.clamav.net/"
-DOWNLOAD="https://www.clamav.net/downloads/production/clamav-1.0.1.tar.gz"
-MD5SUM="a04c129b15af305c2af7d3573f134a73"
+DOWNLOAD="https://www.clamav.net/downloads/production/clamav-1.1.0.tar.gz"
+MD5SUM="a04158b89b2142b9f5527500988a79bd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rust16"