diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-11-12 18:40:02 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-14 16:32:37 -0300 |
commit | 7b0fe467ed5a9f092ac9a2d9cdf5c7478fc0d49e (patch) | |
tree | d0749e37523ea882139e0d26887dda24087c511e /community/plasma-integration | |
parent | a0fd3558160588a9f593c949fc7b0071ab071e7a (diff) | |
download | aports-7b0fe467ed5a9f092ac9a2d9cdf5c7478fc0d49e.tar.bz2 aports-7b0fe467ed5a9f092ac9a2d9cdf5c7478fc0d49e.tar.xz |
community/kde-plasma: upgrade to 5.17.3
Diffstat (limited to 'community/plasma-integration')
-rw-r--r-- | community/plasma-integration/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/plasma-integration/APKBUILD b/community/plasma-integration/APKBUILD index 954d886036..1f93a85ba6 100644 --- a/community/plasma-integration/APKBUILD +++ b/community/plasma-integration/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-integration -pkgver=5.17.2 +pkgver=5.17.3 pkgrel=0 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" arch="all" @@ -40,4 +40,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="dc0f636ab7799ca383e71c6d464ce01ce353c072c16bedc77a68970652cdef36b12ceb10f85287f22976ce47661442419f89a458ddc57110e3b8e253fad1f834 plasma-integration-5.17.2.tar.xz" +sha512sums="63d11f7f8d263eda6ab0e44d80a149711c2e5f3bcec9ed91ab808b70449bf8800ca9e6fc9bf46c058d9b0e295dcc55b47a33bb471c2fbec98d591ff686529fe3 plasma-integration-5.17.3.tar.xz" |