diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-02-25 22:03:29 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 22:34:07 -0300 |
commit | 9d671d403a281380646fbf91c735313eab4521c7 (patch) | |
tree | d9626532ea525914b589b51154289ab30e1624c3 /community/kinfocenter | |
parent | 24924763d56dd80da5430746a238868ab6cc20d5 (diff) | |
download | aports-9d671d403a281380646fbf91c735313eab4521c7.tar.bz2 aports-9d671d403a281380646fbf91c735313eab4521c7.tar.xz |
community/plasma: upgrade to 5.18.2
Diffstat (limited to 'community/kinfocenter')
-rw-r--r-- | community/kinfocenter/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kinfocenter/APKBUILD b/community/kinfocenter/APKBUILD index 398057d455..f836ea7982 100644 --- a/community/kinfocenter/APKBUILD +++ b/community/kinfocenter/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kinfocenter -pkgver=5.18.1 -pkgrel=1 +pkgver=5.18.2 +pkgrel=0 pkgdesc="A utility that provides information about a computer system" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/applications/system/kinfocenter" @@ -28,4 +28,4 @@ package() { DESTDIR="$pkgdir" make -C build install } -sha512sums="fa13b34d0da3355f2d1bf244c5d93cbcf36ae35026543e84e2d76df6095c96e498e48332576f1220d0a2bf7ccedc4d6dbafc71040a3b110d9b5a8d9a9096d4f8 kinfocenter-5.18.1.tar.xz" +sha512sums="de8786eba290778af51eed8335a7026f06fac809a913b340321739b0e815e37c19b91b544c86054aedf835d6316d8b897547e9bdd3fa823a5d1e9c5e2439067e kinfocenter-5.18.2.tar.xz" |