mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
privoxy: update to 3.0.28.
This commit is contained in:
parent
2565f44ea7
commit
e20a36e56e
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'privoxy'
|
# Template file for 'privoxy'
|
||||||
pkgname=privoxy
|
pkgname=privoxy
|
||||||
version=3.0.26
|
version=3.0.28
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}-stable"
|
wrksrc="${pkgname}-${version}-stable"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -14,16 +14,16 @@ conf_files="
|
||||||
/etc/privoxy/trust
|
/etc/privoxy/trust
|
||||||
/etc/privoxy/default.filter
|
/etc/privoxy/default.filter
|
||||||
/etc/privoxy/user.action"
|
/etc/privoxy/user.action"
|
||||||
system_accounts="privoxy"
|
|
||||||
privoxy_homedir="/etc/privoxy"
|
|
||||||
hostmakedepends="autoconf"
|
hostmakedepends="autoconf"
|
||||||
makedepends="pcre-devel zlib-devel"
|
makedepends="pcre-devel zlib-devel"
|
||||||
short_desc="A non-caching web proxy with advanced filtering capabilities"
|
short_desc="Non-caching web proxy with advanced filtering capabilities"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.privoxy.org/"
|
homepage="http://www.privoxy.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/ijbswa/${pkgname}-${version}-stable-src.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/ijbswa/${pkgname}-${version}-stable-src.tar.gz"
|
||||||
checksum=57e415b43ee5dfdca74685cc034053eaae962952fdabd086171551a86abf9cd8
|
checksum=b5d78cc036aaadb3b7cf860e9d598d7332af468926a26e2d56167f1cb6f2824a
|
||||||
|
system_accounts="privoxy"
|
||||||
|
privoxy_homedir="/etc/privoxy"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoheader && autoconf
|
autoheader && autoconf
|
||||||
|
|
Loading…
Add table
Reference in a new issue