summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2022-03-25 11:13:52 +0100
committerNicolas Iooss2022-03-25 11:13:52 +0100
commit65fc1acf2313a9070f3b77caa91b3765b4c69e0a (patch)
treef7d4d63f06be5ce64eba69091bc0f7e3438b9ff9 /PKGBUILD
parent2654db5a582c0fcd5a061b043a328a07992a82b9 (diff)
downloadaur-65fc1acf2313a9070f3b77caa91b3765b4c69e0a.tar.gz
iproute2-selinux 5.17.0-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d969ed713d4..094633adccf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=iproute2-selinux
-pkgver=5.16.0
+pkgver=5.17.0
pkgrel=1
pkgdesc='IP Routing Utilities with SELinux support'
arch=('x86_64' 'aarch64')
@@ -31,9 +31,9 @@ options=('staticlibs')
validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
source=("https://www.kernel.org/pub/linux/utils/net/${pkgname/-selinux}/${pkgname/-selinux}-${pkgver}.tar."{xz,sign}
'0001-make-iproute2-fhs-compliant.patch')
-sha256sums=('c064b66f6b001c2a35aa5224b5b1ac8aa4bee104d7dce30d6f10a84cb8b01e2f'
+sha256sums=('6e384f1b42c75e1a9daac57866da37dcff909090ba86eb25a6e764da7893660e'
'SKIP'
- 'f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3')
+ '758b82bd61ed7512d215efafd5fab5ae7a28fbfa6161b85e2ce7373285e56a5d')
prepare() {
cd "${srcdir}/${pkgname/-selinux}-${pkgver}"