tinyproxy: update to 1.10.0.
This commit is contained in:
parent
f509c3ad06
commit
a7cd409585
1 changed files with 8 additions and 7 deletions
|
@ -1,20 +1,21 @@
|
|||
# Template file for 'tinyproxy'
|
||||
pkgname=tinyproxy
|
||||
version=1.8.4
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-transparent --localstatedir=/var tinyproxy_cv_regex_broken=no"
|
||||
hostmakedepends="asciidoc"
|
||||
short_desc="Small, efficient HTTP/SSL proxy daemon"
|
||||
maintainer="Enno Boland <g@s01.de>"
|
||||
license="GPL-2"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://tinyproxy.github.io/"
|
||||
distfiles="https://github.com/tinyproxy/$pkgname/releases/download/$version/$pkgname-$version.tar.xz"
|
||||
checksum=a41f4ddf0243fc517469cf444c8400e1d2edc909794acda7839f1d644e8a5000
|
||||
configure_args="--enable-transparent --localstatedir=/var tinyproxy_cv_regex_broken=no"
|
||||
distfiles="https://github.com/tinyproxy/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=59be87689c415ba0d9c9bc6babbdd3df3b372d60b21e526b118d722dbc995682
|
||||
system_accounts="_tinyproxy"
|
||||
conf_files="/etc/tinyproxy/tinyproxy.conf"
|
||||
|
||||
post_install() {
|
||||
sed -i $DESTDIR/etc/tinyproxy.conf \
|
||||
sed -i $DESTDIR/etc/tinyproxy/tinyproxy.conf \
|
||||
-e 's/^User .*/User _tinyproxy/' \
|
||||
-e 's/^Group .*/Group _tinyproxy/'
|
||||
vsv tinyproxy
|
||||
|
|
Loading…
Reference in a new issue