miniupnpd: update to 2.1.
This commit is contained in:
parent
ee9ef231a7
commit
b3c283347e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'miniupnpd'
|
||||
pkgname=miniupnpd
|
||||
version=2.0
|
||||
version=2.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_cmd="make -f Makefile.linux"
|
||||
|
@ -12,10 +12,10 @@ hostmakedepends="pkg-config"
|
|||
makedepends="libnfnetlink-devel iptables-devel libressl-devel"
|
||||
short_desc="Lightweight UPnP IGD daemon"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://miniupnp.free.fr"
|
||||
distfiles="http://miniupnp.free.fr/files/miniupnpd-${version}.tar.gz"
|
||||
checksum=d96aa3a00e0f5490826bba3cb97e68cd27479e5839adac4b9bcb66eae786bfb7
|
||||
checksum=950894779661197fe093855fda29a728f434b5756eb4fa6cb5f7b9bff7ffe0c1
|
||||
|
||||
do_configure() {
|
||||
sed -i ${wrksrc}/genconfig.sh \
|
||||
|
|
Loading…
Reference in New Issue