mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
miniupnpd: update to 2.3.8.
This commit is contained in:
parent
7146a9797c
commit
3d94b1bbff
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'miniupnpd'
|
# Template file for 'miniupnpd'
|
||||||
pkgname=miniupnpd
|
pkgname=miniupnpd
|
||||||
version=2.3.7
|
version=2.3.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -10,7 +10,7 @@ configure_args="
|
||||||
--leasefile"
|
--leasefile"
|
||||||
make_install_args="
|
make_install_args="
|
||||||
INSTALLPREFIX=/usr
|
INSTALLPREFIX=/usr
|
||||||
SBININSTALLDIR=/usr/bin"
|
SBINDIR=/usr/bin"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/miniupnpd/*.conf
|
/etc/miniupnpd/*.conf
|
||||||
/etc/miniupnpd/*.sh"
|
/etc/miniupnpd/*.sh"
|
||||||
|
@ -23,7 +23,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://miniupnp.tuxfamily.org"
|
homepage="https://miniupnp.tuxfamily.org"
|
||||||
changelog="https://miniupnp.tuxfamily.org/files/changelog.php?file=miniupnpd-${version}.tar.gz"
|
changelog="https://miniupnp.tuxfamily.org/files/changelog.php?file=miniupnpd-${version}.tar.gz"
|
||||||
distfiles="https://miniupnp.tuxfamily.org/files/miniupnpd-${version}.tar.gz"
|
distfiles="https://miniupnp.tuxfamily.org/files/miniupnpd-${version}.tar.gz"
|
||||||
checksum=fbdd5501039730f04a8420ea2f8f54b7df63f9f04cde2dc67fa7371e80477bbe
|
checksum=c148ab300fe46a8ebdebd2a488328233c261d8176cfa86f96c4adea7848cb488
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
makedepends+=" musl-legacy-compat"
|
makedepends+=" musl-legacy-compat"
|
||||||
|
|
Loading…
Add table
Reference in a new issue