diff --git a/srcpkgs/sniproxy/template b/srcpkgs/sniproxy/template index 718fbe0e9ac..25eaee470c6 100644 --- a/srcpkgs/sniproxy/template +++ b/srcpkgs/sniproxy/template @@ -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 " 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