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/kwayland-integration | |
parent | 1a8c368497049536bc5ec0c0aad3554d1f0ef49d (diff) | |
download | aports-a87da008cd7e5cc9a6ddeb19fa49761697c49153.tar.bz2 aports-a87da008cd7e5cc9a6ddeb19fa49761697c49153.tar.xz |
community/plasma: upgrade to 5.17.1
Diffstat (limited to 'community/kwayland-integration')
-rw-r--r-- | community/kwayland-integration/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kwayland-integration/APKBUILD b/community/kwayland-integration/APKBUILD index d8395d9ae3..17bf981a0e 100644 --- a/community/kwayland-integration/APKBUILD +++ b/community/kwayland-integration/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bhushan Shah <bshah@kde.org> # Maintainer: Bhushan Shah <bshah@kde.org> pkgname=kwayland-integration -pkgver=5.17.0 +pkgver=5.17.1 pkgrel=0 pkgdesc="KWayland integration" url="https://www.kde.org/workspaces/plasmadesktop/" @@ -32,4 +32,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="2deb26c472f0acafeba0a6d727b9e5dfdf1c43ac30c97ab1fbfb3d0a770ee0043141b52d9edbc3e2bf8742336637e50ca37b4f15abe3e69a942ff176b3bf2ba5 kwayland-integration-5.17.0.tar.xz" +sha512sums="6e701d1d247fdbbdddbf4094395501c1820509a22d7e05dfe1580d3bae6451df93af660447f1931f53e21e3165799a5820a62d71b7928b1b9b18fba5e794c558 kwayland-integration-5.17.1.tar.xz" |