diff --git a/main/iputils/APKBUILD b/main/iputils/APKBUILD index 3a7d88c14f4..bce5db88746 100644 --- a/main/iputils/APKBUILD +++ b/main/iputils/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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 "