From b33242a202ddb3a58f10998a9d540d8cf3e68391 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 21 Dec 2019 00:49:21 +0000 Subject: system/i*: modernise, fix metadata --- system/iproute2/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/iproute2/APKBUILD') diff --git a/system/iproute2/APKBUILD b/system/iproute2/APKBUILD index 287dfb603..ab8c16d73 100644 --- a/system/iproute2/APKBUILD +++ b/system/iproute2/APKBUILD @@ -3,7 +3,7 @@ pkgname=iproute2 pkgver=5.3.0 pkgrel=0 -pkgdesc="IP configuration, routing, and traffic control utilities" +pkgdesc="Advanced IP routing and network device configuration tools" url="https://wiki.linuxfoundation.org/networking/iproute2" arch="all" # the testsuite in this package seems to be geared towards kernel developers -- cgit v1.2.3-70-g09d2 From f1ac22b702dffc1e844bbc00282ed664cd779430 Mon Sep 17 00:00:00 2001 From: Dan Theisen Date: Tue, 11 Feb 2020 22:36:24 +0000 Subject: system/iproute2: bump to 5.5.0 --- system/iproute2/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/iproute2/APKBUILD') diff --git a/system/iproute2/APKBUILD b/system/iproute2/APKBUILD index ab8c16d73..ee22a4922 100644 --- a/system/iproute2/APKBUILD +++ b/system/iproute2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa # Maintainer: Dan Theisen pkgname=iproute2 -pkgver=5.3.0 +pkgver=5.5.0 pkgrel=0 pkgdesc="Advanced IP routing and network device configuration tools" url="https://wiki.linuxfoundation.org/networking/iproute2" @@ -55,4 +55,4 @@ bashcomp() { rmdir -p "$pkgdir"/usr/share 2>/dev/null || true } -sha512sums="c20ce477cb3ec24194ea56d3d9037795e26975ffde188b63ba974a0aa671dd169f356e9446bf43dc56523e01c0bafa442b91d83da9b2302daee18e237f2f3157 iproute2-5.3.0.tar.xz" +sha512sums="a59fb6d620206aa17a4ff7d4510b99322e39b6cf34a00953a7d4cd4d62ca85de16d2e28e33cafa7b026edd4f63c81f3f337954aafe963b964ca0cd2d5c54ac78 iproute2-5.5.0.tar.xz" -- cgit v1.2.3-70-g09d2