mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
iputils: update to 20221126.
This commit is contained in:
parent
932497b1b4
commit
ae41cbb08d
1 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'iputils'
|
# Template file for 'iputils'
|
||||||
pkgname=iputils
|
pkgname=iputils
|
||||||
version=20211215
|
version=20221126
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-DNO_SETCAP_OR_SUID=true -DUSE_IDN=false -DBUILD_NINFOD=false"
|
configure_args="-DUSE_IDN=false"
|
||||||
hostmakedepends="pkg-config docbook2x docbook-xsl-ns libcap-progs iproute2 gettext"
|
hostmakedepends="pkg-config docbook2x docbook-xsl-ns libcap-progs iproute2 gettext"
|
||||||
makedepends="libcap-devel"
|
makedepends="libcap-devel"
|
||||||
depends="libcap-progs"
|
depends="libcap-progs"
|
||||||
|
@ -11,8 +11,9 @@ short_desc="Useful utilities for Linux networking (including ping)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
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"
|
changelog="https://raw.githubusercontent.com/iputils/iputils/master/CHANGES"
|
||||||
checksum=b6f67fc705490673ff4471d006221b4a2f1b1180b929d9fefd771352621ccedf
|
distfiles="https://github.com/iputils/iputils/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=745ea711fe06d5c57d470d21acce3c3ab866eb6afb69379a16c6d60b89bd4311
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
ping:ping:/usr/bin/${pkgname}-ping
|
ping:ping:/usr/bin/${pkgname}-ping
|
||||||
|
|
Loading…
Add table
Reference in a new issue