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'
|
||||
pkgname=sniproxy
|
||||
version=0.5.0
|
||||
version=0.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
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"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/dlundquist/$pkgname"
|
||||
distfiles="$homepage/archive/$version.tar.gz"
|
||||
checksum=0b8dd06f9aa9e1c4151b572caf645ffceacdd35a139ded16a7fb0035452c17e5
|
||||
configure_args="--sbindir=/usr/bin"
|
||||
conf_files="/etc/$pkgname.conf"
|
||||
homepage="https://github.com/dlundquist/${pkgname}"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=d73c77a9fa8199ae7ac551c0332d3e0a3ff234623f53d65369a8fa560d9880e2
|
||||
|
||||
conf_files="/etc/${pkgname}.conf"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in a new issue