aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-12-22 15:59:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-12-22 16:01:40 +0000
commitaec50eaab579071035a62be6d1d799410b8cba38 (patch)
tree945aee8840aefa19a04fb675030f40bad5b06678
parente037858ac3baf2cbf8d0595ed3daa5ca88d8cfb0 (diff)
main/iproute2: rebuild with updated tarball
the upstream tarball changed: diff -u -r a/iproute2-5.10.0/include/version.h b/iproute2-5.10.0/include/version.h --- a/iproute2-5.10.0/include/version.h 2020-12-15 21:59:13.000000000 +0000 +++ b/iproute2-5.10.0/include/version.h 2020-12-21 18:28:53.000000000 +0000 @@ -1 +1 @@ -static const char version[] = "5.9.0"; +static const char version[] = "5.10.0"; update the checksum and bump pkgrel so we are sure that we have the correct build everywhere.
-rw-r--r--main/iproute2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/iproute2/APKBUILD b/main/iproute2/APKBUILD
index 53eb0db0a9b..2477d3ef99c 100644
--- a/main/iproute2/APKBUILD
+++ b/main/iproute2/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iproute2
pkgver=5.10.0
-pkgrel=0
+pkgrel=1
pkgdesc="IP Routing Utilities"
options="!check" # Requires namespaces support and root
url="https://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2"
@@ -85,6 +85,6 @@ bashcomp() {
rmdir -p "$pkgdir"/usr/share 2>/dev/null || true
}
-sha512sums="2fbf9d1aaacdf1c5cd35ddb2a093b50ecdc78dad0bc135618159baf57aa97362c97c662236772d0701ec851be8955f3bbbc89abf5497d0dbca3abc430bb05bf2 iproute2-5.10.0.tar.xz
+sha512sums="a468eefa797898b6de452212aa432c0a931434defacae5fb4335754c1292c5d86a8c8dbf3017f90cec266d71a2a17ae469aac17e1a85a5cbddc70814313e4c13 iproute2-5.10.0.tar.xz
24fc2a901650e11f80bcaa82c839e70c21aafdf3c5b8a357d932d066a0b98ae2ec8379fc17a0a16a1b5b4fa5edc131179c10fc02e55d6101701df5a09966912c fix-install-errors.patch
2e3558caddf814da8c4d78c74eddb7a659d6f94b93de5396bdd995e2333e3cd656f9c936ac7a5a86d0477abc27a92550582575ab4ed19fc2ec0d9b6699cd612c musl-fixes.patch"