diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-08-08 16:14:04 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 12:26:11 -0300 |
commit | 6f8ad2ad42c6e4a7f550a402844033944a1f8511 (patch) | |
tree | 37d7c5df0adefc9ce1978c16a2ef179b32de7c65 /testing/ksysguard | |
parent | e087af55c074f832e66cb225904b580e440d7c36 (diff) | |
download | aports-6f8ad2ad42c6e4a7f550a402844033944a1f8511.tar.bz2 aports-6f8ad2ad42c6e4a7f550a402844033944a1f8511.tar.xz |
testing/plasma: upgrade to 5.16.4
Diffstat (limited to 'testing/ksysguard')
-rw-r--r-- | testing/ksysguard/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ksysguard/APKBUILD b/testing/ksysguard/APKBUILD index f843918979..6636a7396b 100644 --- a/testing/ksysguard/APKBUILD +++ b/testing/ksysguard/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=ksysguard -pkgver=5.16.3 +pkgver=5.16.4 pkgrel=0 pkgdesc="Track and control the processes running in your system" arch="all !ppc64le !s390x" # Limited by libksysguard -> qt5-qtwebengine @@ -26,4 +26,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="295566778727255b00aed2d686eaedc22cd51e7e7866ec5ca0ba9d6fbae73c66a6a49a8d7ed9e61b55d8402a11e6c80cc123fedde2b5f61d022256e1e745917b ksysguard-5.16.3.tar.xz" +sha512sums="177a6ca6b3937275959f2855184e805f09e643f04787ea077ef137d0561150e2deabbe1bd0388045640f0e88c01f031804a1060ad4df14bdafb91f7daed4c427 ksysguard-5.16.4.tar.xz" |