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/kplotting | |
parent | ccb4ac406c5ab990ec55d7e9b0008f6b736b4da7 (diff) | |
download | aports-a93bb358b781b0829426a919beed60c9a6bc392b.tar.bz2 aports-a93bb358b781b0829426a919beed60c9a6bc392b.tar.xz |
community/kde-frameworks: upgrade to 5.64.0
Diffstat (limited to 'community/kplotting')
-rw-r--r-- | community/kplotting/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kplotting/APKBUILD b/community/kplotting/APKBUILD index 345544d419..4222564e3c 100644 --- a/community/kplotting/APKBUILD +++ b/community/kplotting/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kplotting -pkgver=5.63.0 +pkgver=5.64.0 pkgrel=0 pkgdesc="Lightweight plotting framework" arch="all" @@ -39,4 +39,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="642ae00eb36cc5ff8894e8c9b527bcfb1b1be33815962a58ffff1cf8a96421dcd56020cca68276b3238d67e34983ae0f857e2474c86525d513586ca1271d2539 kplotting-5.63.0.tar.xz" +sha512sums="5d6d4dc60915b38e39337ea0041d7bfca4c9086804e46d3de42f6a172e5af3d7870ea432f41d299a73be017ef0efc1d82d52d7e4371b08bb0bf61c82805c65e7 kplotting-5.64.0.tar.xz" |