diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-04 02:37:31 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-04 02:37:31 +0000 |
commit | b6d0045a5001bd1ab1dad666cd2b4f4828eb2302 (patch) | |
tree | 2fac2896b93ea15d762a358b8ec04c94bb48698b /system/iproute2/APKBUILD | |
parent | 4cd2bee592f3a6770099569cfe730e85ed078f70 (diff) | |
download | packages-b6d0045a5001bd1ab1dad666cd2b4f4828eb2302.tar.gz packages-b6d0045a5001bd1ab1dad666cd2b4f4828eb2302.tar.bz2 packages-b6d0045a5001bd1ab1dad666cd2b4f4828eb2302.tar.xz packages-b6d0045a5001bd1ab1dad666cd2b4f4828eb2302.zip |
user/iproute2: bump to 5.3.0
Diffstat (limited to 'system/iproute2/APKBUILD')
-rw-r--r-- | system/iproute2/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/iproute2/APKBUILD b/system/iproute2/APKBUILD index 8c7c1a64b..287dfb603 100644 --- a/system/iproute2/APKBUILD +++ b/system/iproute2/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Dan Theisen <djt@hxx.in> pkgname=iproute2 -pkgver=5.2.0 -pkgrel=1 +pkgver=5.3.0 +pkgrel=0 pkgdesc="IP configuration, routing, and traffic control utilities" url="https://wiki.linuxfoundation.org/networking/iproute2" arch="all" @@ -55,4 +55,4 @@ bashcomp() { rmdir -p "$pkgdir"/usr/share 2>/dev/null || true } -sha512sums="82bbeae29d98129d822c95ff7523186569e32c66132b8d781d501d61f396b04d122e3d13057dd4236455264008e5bfac7cb63c325908fc1c46d416cbde6ac7e1 iproute2-5.2.0.tar.xz" +sha512sums="c20ce477cb3ec24194ea56d3d9037795e26975ffde188b63ba974a0aa671dd169f356e9446bf43dc56523e01c0bafa442b91d83da9b2302daee18e237f2f3157 iproute2-5.3.0.tar.xz" |