mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
squid: update to 6.7.
This commit is contained in:
parent
f3bbc6693a
commit
f0e64f2a0d
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'squid'
|
# Template file for 'squid'
|
||||||
pkgname=squid
|
pkgname=squid
|
||||||
version=5.7
|
version=6.7
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--sysconfdir=/etc/squid
|
--sysconfdir=/etc/squid
|
||||||
|
@ -52,9 +52,9 @@ short_desc="Caching proxy for the Web"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.squid-cache.org/"
|
homepage="http://www.squid-cache.org/"
|
||||||
changelog="http://www.squid-cache.org/Versions/v5/changesets/"
|
changelog="http://www.squid-cache.org/Versions/v${version%%.*}/changesets/"
|
||||||
distfiles="http://www.squid-cache.org/Versions/v5/squid-${version}.tar.xz"
|
distfiles="http://www.squid-cache.org/Versions/v${version%%.*}/squid-${version}.tar.xz"
|
||||||
checksum=6b0753aaba4c9c4efd333e67124caecf7ad6cc2d38581f19d2f0321f5b7ecd81
|
checksum=e14daa4eae41925d1ae3f08e64439a6aaa3011bdced686628b8de697d5ab8428
|
||||||
system_accounts="squid"
|
system_accounts="squid"
|
||||||
# squid-conf-tests requires a squid user in the system
|
# squid-conf-tests requires a squid user in the system
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
Loading…
Add table
Reference in a new issue