diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-10-11 19:22:17 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-11 16:24:38 -0300 |
commit | f39cb39781a53c8137cd7f616559d10a28e4cf4a (patch) | |
tree | bc9c5a2596158d42d93af05f90d542275797e560 /testing/poxml | |
parent | 53acdc9aa9401df9fbf1980baff34f5845a53e47 (diff) | |
download | aports-f39cb39781a53c8137cd7f616559d10a28e4cf4a.tar.bz2 aports-f39cb39781a53c8137cd7f616559d10a28e4cf4a.tar.xz |
{testing,community}/kde-applications: upgrade to 19.08.2
Diffstat (limited to 'testing/poxml')
-rw-r--r-- | testing/poxml/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/poxml/APKBUILD b/testing/poxml/APKBUILD index 2a1f6aa475..26faa6e80c 100644 --- a/testing/poxml/APKBUILD +++ b/testing/poxml/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=poxml -pkgver=19.08.1 +pkgver=19.08.2 pkgrel=0 arch="all" url="https://www.kde.org/applications/development/" @@ -27,4 +27,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="38dda29abc29c1e0f7959785625d29978e40f6f740ed3ce2958cae7299d534c41e0f9c1baa5d958b9d947e21289a347a3b7f3fd886a6d7bd734df814ffe6d5f8 poxml-19.08.1.tar.xz" +sha512sums="a0b86afcca6b5efd0f9f40ebdbe043ad6a152af174660908410ed40cf1568d1b88cf96b960fac8b0d4edac2dc3f9ca7176fbf76292a3afdec7f4d41a2b3c1871 poxml-19.08.2.tar.xz" |