main/iputils: upgrade to 20231222

Start using tar.xz instead of tar.bz2.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
This commit is contained in:
Petr Vorel 2023-12-22 21:11:40 +01:00 committed by Natanael Copa
parent a19fca4598
commit 5cecb18374

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iputils
pkgver=20221126
pkgrel=2
pkgver=20231222
pkgrel=0
pkgdesc="IP Configuration Utilities"
url="https://github.com/iputils/iputils/"
arch="all"
@ -17,7 +17,7 @@ subpackages="
iputils-ping
iputils-tracepath
"
source="$pkgname-$pkgver.tar.gz::https://github.com/iputils/iputils/archive/$pkgver.tar.gz"
source="iputils-$pkgver.tar.xz::https://github.com/iputils/iputils/releases/download/$pkgver/iputils-$pkgver.tar.xz"
# checks need suid/setcap'd binaries
# ping is suid
options="suid !check"
@ -76,5 +76,5 @@ tracepath() {
}
sha512sums="
7fdfd76e6f2977039bc0930a1a5451f17319bf17beefc429751d99ffe143a83344d5b4cdbf008627bd70caafeadaf906a8b7c00393fa819e50d6c02b512c367f iputils-20221126.tar.gz
33e1eb6d90d43909b23bc8f3ef2f349e6655deefe1d9d51880705e8e84674a82ed6721c805cec18f188667d83577e701d39ff515f9406d16eaadc64c4bc28221 iputils-20231222.tar.xz
"