squid: update to 6.7.
This commit is contained in:
parent
f3bbc6693a
commit
f0e64f2a0d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'squid'
|
||||
pkgname=squid
|
||||
version=5.7
|
||||
revision=4
|
||||
version=6.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--sysconfdir=/etc/squid
|
||||
|
@ -52,9 +52,9 @@ short_desc="Caching proxy for the Web"
|
|||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.squid-cache.org/"
|
||||
changelog="http://www.squid-cache.org/Versions/v5/changesets/"
|
||||
distfiles="http://www.squid-cache.org/Versions/v5/squid-${version}.tar.xz"
|
||||
checksum=6b0753aaba4c9c4efd333e67124caecf7ad6cc2d38581f19d2f0321f5b7ecd81
|
||||
changelog="http://www.squid-cache.org/Versions/v${version%%.*}/changesets/"
|
||||
distfiles="http://www.squid-cache.org/Versions/v${version%%.*}/squid-${version}.tar.xz"
|
||||
checksum=e14daa4eae41925d1ae3f08e64439a6aaa3011bdced686628b8de697d5ab8428
|
||||
system_accounts="squid"
|
||||
# squid-conf-tests requires a squid user in the system
|
||||
make_check=no
|
||||
|
|
Loading…
Reference in New Issue