wok diff squidclamav/receipt @ rev 25325

updated squidclamav (6.16 -> 7.1)
author Hans-G?nter Theisgen
date Fri Jul 22 17:33:47 2022 +0100 (23 months ago)
parents 28a7087bc745
children 0262035dc1e7
line diff
     1.1 --- a/squidclamav/receipt	Sun Mar 20 10:32:22 2022 +0000
     1.2 +++ b/squidclamav/receipt	Fri Jul 22 17:33:47 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="squidclamav"
     1.7 -VERSION="6.16"
     1.8 +VERSION="7.1"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Antivirus redirector for Squid proxy."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,7 +9,7 @@
    1.13  WEB_SITE="https://squidclamav.darold.net/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17 +WGET_URL="https://github.com/darold/$PACKAGE/archive/v$VERSION.tar.gz"
    1.18  
    1.19  DEPENDS="c_icap clamav libcurl squid squidguard"
    1.20  BUILD_DEPENDS="c_icap-dev curl-dev"
    1.21 @@ -57,7 +57,7 @@
    1.22  	rm -f				$fs/usr/lib/c_icap/*.la
    1.23  }
    1.24  
    1.25 -#Post install command
    1.26 +#Post install commands
    1.27  post_install()
    1.28  {
    1.29  	echo 'Service squidclamav squidclamav.so' >> "$1/etc/c-icap/c-icap.conf"
    1.30 @@ -68,7 +68,7 @@
    1.31  	fi
    1.32  }
    1.33  
    1.34 -#Post remove command
    1.35 +#Post remove commands
    1.36  post_remove()
    1.37  {
    1.38  	sed -i -e "s/.*squidclamav.*//" "$1/etc/c-icap/c-icap.conf"