diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-11-11 20:32:08 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 18:01:15 -0300 |
commit | a93bb358b781b0829426a919beed60c9a6bc392b (patch) | |
tree | 7154341f1519b6a39a32058c1d4844c213df19e2 /community/kcompletion/APKBUILD | |
parent | ccb4ac406c5ab990ec55d7e9b0008f6b736b4da7 (diff) | |
download | aports-a93bb358b781b0829426a919beed60c9a6bc392b.tar.bz2 aports-a93bb358b781b0829426a919beed60c9a6bc392b.tar.xz |
community/kde-frameworks: upgrade to 5.64.0
Diffstat (limited to 'community/kcompletion/APKBUILD')
-rw-r--r-- | community/kcompletion/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kcompletion/APKBUILD b/community/kcompletion/APKBUILD index d79ce51122..9f04a08f79 100644 --- a/community/kcompletion/APKBUILD +++ b/community/kcompletion/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kcompletion -pkgver=5.63.0 +pkgver=5.64.0 pkgrel=0 pkgdesc="Text completion helpers and widgets" arch="all" @@ -38,4 +38,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="981240887c8e35d5e2bdb591f1ae4076f9bec9b7b2203b3f4a726605adf06538caab60edbc979b931e63c35694264c5bc53f97e686bec3e2eee79c82e6486979 kcompletion-5.63.0.tar.xz" +sha512sums="59f84af0130ca8954f557068e91c86317d7df2b593071aed07790ba7012005394c8180e9408bc686ffd476c14edb4d6f4e3758f7cb9983a4db00237c1dbe578f kcompletion-5.64.0.tar.xz" |