diff options
author | Zach van Rijn <me@zv.io> | 2022-05-04 02:35:17 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-05-06 12:37:31 -0500 |
commit | fb60af3241649a3d51333e5c4f8250e538b144ff (patch) | |
tree | 19250b3937697fa6711d7104ad3cfe447b23189a /system/iproute2/APKBUILD | |
parent | 3a5cecce918dd66ee1e2f1192a3ef3bee1073962 (diff) | |
download | packages-fb60af3241649a3d51333e5c4f8250e538b144ff.tar.gz packages-fb60af3241649a3d51333e5c4f8250e538b144ff.tar.bz2 packages-fb60af3241649a3d51333e5c4f8250e538b144ff.tar.xz packages-fb60af3241649a3d51333e5c4f8250e538b144ff.zip |
system/iproute2: bump { 5.14.0 --> 5.17.0 }.
Diffstat (limited to 'system/iproute2/APKBUILD')
-rw-r--r-- | system/iproute2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/iproute2/APKBUILD b/system/iproute2/APKBUILD index 529af2696..ec3a915eb 100644 --- a/system/iproute2/APKBUILD +++ b/system/iproute2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Dan Theisen <djt@hxx.in> pkgname=iproute2 -pkgver=5.14.0 +pkgver=5.17.0 pkgrel=0 pkgdesc="Advanced IP routing and network device configuration tools" url="https://wiki.linuxfoundation.org/networking/iproute2" @@ -50,4 +50,4 @@ bashcomp() { rmdir -p "$pkgdir"/usr/share 2>/dev/null || true } -sha512sums="e2b9b0a2c3e6fc4c67cb50b0a9bf710e749648b83369a49bf905edd7e519d76c50c2cc818bb63cc605c409c66075d4d371f2371796e5f7a8f9d04101b80ef75c iproute2-5.14.0.tar.xz" +sha512sums="fcffe96fb4819305ddf5c3764b100bd1d204069cf53a6bd776c2716144f574b4fc17963fc231a83ad253cce6a563814556eeb60b211ba9b0b87330186259b34d iproute2-5.17.0.tar.xz" |