main/iproute2: fix source url

The 'v' prefix was removed from tarball name.
This reverts some changes in 3ee752ad0c8445c8105177cd5cebdd730789bcd8 commit.
This commit is contained in:
Biswapriyo Nath 2026-04-25 15:21:31 +00:00 committed by J0WI
parent 3723401d99
commit c64a3068ea

View File

@ -30,10 +30,9 @@ subpackages="
$pkgname-ss
$pkgname-rdma
"
source="https://kernel.org/pub/linux/utils/net/iproute2/iproute2-v$pkgver.tar.xz
source="https://kernel.org/pub/linux/utils/net/iproute2/iproute2-$pkgver.tar.xz
"
options="!check" # requires namespaces support and root
builddir="$srcdir/"$pkgname-v$pkgver
# secfixes:
# 5.1.0-r0:
@ -89,5 +88,5 @@ rdma() {
}
sha512sums="
ece3719bf52852d7b28f225d85f600e6538dfe226d6efe5c74169e37768eb05baad22f2ab429c5460603f4aa9464a26030ad95ee8e7b9e05323b48b9ed8d22c0 iproute2-v7.0.0.tar.xz
3c482b4d162d27ef69ec4773465e9687c79b96559ca17e9be2e3d507a2cfb20dbd7a67e6c8f6d7bbd3c82475a9772173633223563d0949ccdf3677091645bf9a iproute2-7.0.0.tar.xz
"