iputils: update to 20210722.
This commit is contained in:
parent
a77ef34692
commit
3429820ef2
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'iputils'
|
# Template file for 'iputils'
|
||||||
pkgname=iputils
|
pkgname=iputils
|
||||||
version=20210202
|
version=20210722
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-DNO_SETCAP_OR_SUID=true -DUSE_IDN=false
|
configure_args="-DNO_SETCAP_OR_SUID=true -DUSE_IDN=false
|
||||||
-DBUILD_TFTPD=false -DBUILD_NINFOD=false"
|
-DBUILD_TFTPD=false -DBUILD_NINFOD=false"
|
||||||
hostmakedepends="pkg-config docbook2x docbook-xsl-ns"
|
hostmakedepends="pkg-config docbook2x docbook-xsl-ns libcap-progs iproute2"
|
||||||
makedepends="libcap-devel"
|
makedepends="libcap-devel"
|
||||||
depends="libcap-progs"
|
depends="libcap-progs"
|
||||||
short_desc="Useful utilities for Linux networking (including ping)"
|
short_desc="Useful utilities for Linux networking (including ping)"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-3-Clause, GPL-2.0-or-later"
|
license="BSD-3-Clause, GPL-2.0-or-later"
|
||||||
homepage="https://github.com/iputils/iputils"
|
homepage="https://github.com/iputils/iputils"
|
||||||
distfiles="https://github.com/iputils/iputils/archive/${version}.tar.gz"
|
distfiles="https://github.com/iputils/iputils/archive/${version}.tar.gz"
|
||||||
checksum=3f557ecfd2ace873801231d2c1f42de73ced9fbc1ef3a438d847688b5fb0e8ab
|
checksum=6d1a44b0682d3d4b64586dbaebe61dd61ae16d6e2f4dc0c43336d0e47a9db323
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
ping:ping:/usr/bin/${pkgname}-ping
|
ping:ping:/usr/bin/${pkgname}-ping
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
pattern='iputils-s\K\d+'
|
|
Loading…
Reference in New Issue