diff options
Diffstat (limited to 'community/frameworkintegration')
-rw-r--r-- | community/frameworkintegration/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/frameworkintegration/APKBUILD b/community/frameworkintegration/APKBUILD index 50833a58bd..5fc7076773 100644 --- a/community/frameworkintegration/APKBUILD +++ b/community/frameworkintegration/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=frameworkintegration -pkgver=5.60.0 +pkgver=5.61.0 pkgrel=0 pkgdesc="Framework providing components to allow applications to integrate with a KDE Workspace" arch="all" @@ -29,4 +29,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="4313e31789046e49d644a8613c0274c44f15ce7bfdee1e66240a1cbf6c625eba093fa0a2d922833a336c208aa75af8c949d0881bd17efe2c1007045d3a9288a5 frameworkintegration-5.60.0.tar.xz" +sha512sums="9781e1d977713b2c7e604a30bb35a53e33f85002755d03615d501db101ac7ce718fcd50a83510f17806462998ddc11a88d38083d43a8a645643010ed17b06057 frameworkintegration-5.61.0.tar.xz" |