diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-10-24 17:56:27 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-24 14:46:57 -0300 |
commit | a87da008cd7e5cc9a6ddeb19fa49761697c49153 (patch) | |
tree | f7e311ec18a18daaeb8070554711b650c0e318ac /community/plasma-desktop | |
parent | 1a8c368497049536bc5ec0c0aad3554d1f0ef49d (diff) | |
download | aports-a87da008cd7e5cc9a6ddeb19fa49761697c49153.tar.bz2 aports-a87da008cd7e5cc9a6ddeb19fa49761697c49153.tar.xz |
community/plasma: upgrade to 5.17.1
Diffstat (limited to 'community/plasma-desktop')
-rw-r--r-- | community/plasma-desktop/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/plasma-desktop/APKBUILD b/community/plasma-desktop/APKBUILD index 1a1f8bd14c..e4c8ae9eb0 100644 --- a/community/plasma-desktop/APKBUILD +++ b/community/plasma-desktop/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-desktop -pkgver=5.17.0 +pkgver=5.17.1 pkgrel=0 pkgdesc="KDE Plasma Desktop" arch="all" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine @@ -86,4 +86,4 @@ knetattach() { cd "$builddir"/build/knetattach DESTDIR="$subpkgdir" make install } -sha512sums="159c9776adefe699f2ae1abea7d72d123231e9f1226bd924c5b3b01efe5724fe4caeee53010e7fce08f680e0ea1c50654294f11253ecee0ac43d37614e30d801 plasma-desktop-5.17.0.tar.xz" +sha512sums="98fc2f60121245f18faa4fd8bb8d31cd4d20bc77c6e370aba7839cb3b1d19ae1a8b2aef341dba4d1c2f87535cc2178f1f3095f064ae5974ac0d50ef4e58ef41c plasma-desktop-5.17.1.tar.xz" |