diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-11-12 14:08:42 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-15 11:36:41 +0100 |
commit | a3698bd3bce5b7a2e76c6d439fae4af875ec3d2d (patch) | |
tree | 92642bd5660ad9118888865f8fa4c101ee82b281 /testing/kmplot/APKBUILD | |
parent | f68fba11e3d2125efe2416cbd7d0f429ab92ec1d (diff) | |
download | aports-a3698bd3bce5b7a2e76c6d439fae4af875ec3d2d.tar.bz2 aports-a3698bd3bce5b7a2e76c6d439fae4af875ec3d2d.tar.xz |
{community,testing}/kde-applications: upgrade to 19.08.3
Diffstat (limited to 'testing/kmplot/APKBUILD')
-rw-r--r-- | testing/kmplot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kmplot/APKBUILD b/testing/kmplot/APKBUILD index de88ba9773..99a30e4982 100644 --- a/testing/kmplot/APKBUILD +++ b/testing/kmplot/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kmplot -pkgver=19.08.2 +pkgver=19.08.3 pkgrel=0 arch="all" url="http://edu.kde.org/kmplot" @@ -28,4 +28,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="4f6f9f6d5aa3f995ac5d5b9173c90dc02427bdbcab0b825120d6281e6fadb7c3c3730abc347e882e6a854b462fa4dfdc0f807359310495e2c2bdd3124e59cb40 kmplot-19.08.2.tar.xz" +sha512sums="2a2925658ecae3d976a81a3830f8aff71df5ab314f0326378fb2fa95b9aacb364ab5b5603a7bfbc36aa6f3ec88ee6ccdeda4283ac3a0d9c4bb12ba4bb1681979 kmplot-19.08.3.tar.xz" |