mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
sniproxy: update to 0.6.0.
This commit is contained in:
parent
78b445add5
commit
acd5fb41a9
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sniproxy'
|
# Template file for 'sniproxy'
|
||||||
pkgname=sniproxy
|
pkgname=sniproxy
|
||||||
version=0.5.0
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool autoconf pkg-config udns-devel gettext-devel"
|
hostmakedepends="automake libtool autoconf pkg-config udns-devel gettext-devel"
|
||||||
|
@ -8,11 +8,11 @@ makedepends="libev-devel pcre-devel"
|
||||||
short_desc="Proxies incoming HTTP and TLS connections based on the hostname"
|
short_desc="Proxies incoming HTTP and TLS connections based on the hostname"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/dlundquist/$pkgname"
|
homepage="https://github.com/dlundquist/${pkgname}"
|
||||||
distfiles="$homepage/archive/$version.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=0b8dd06f9aa9e1c4151b572caf645ffceacdd35a139ded16a7fb0035452c17e5
|
checksum=d73c77a9fa8199ae7ac551c0332d3e0a3ff234623f53d65369a8fa560d9880e2
|
||||||
configure_args="--sbindir=/usr/bin"
|
|
||||||
conf_files="/etc/$pkgname.conf"
|
conf_files="/etc/${pkgname}.conf"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue