From 04fb480492f1b33c2cf98a829dbce1b3aafab6df Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 8 Jan 2025 09:31:02 +0100 Subject: [PATCH] security/clamav: rev bump --- security/clamav/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/clamav/Makefile b/security/clamav/Makefile index afe24b92e..f4d90f209 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= clamav PLUGIN_VERSION= 1.8 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= Antivirus engine for detecting malicious threats PLUGIN_DEPENDS= clamav PLUGIN_MAINTAINER= m.muenz@gmail.com