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/kontact/APKBUILD | |
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/kontact/APKBUILD')
-rw-r--r-- | testing/kontact/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kontact/APKBUILD b/testing/kontact/APKBUILD index ce3d930918..4f38ea8d07 100644 --- a/testing/kontact/APKBUILD +++ b/testing/kontact/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kontact -pkgver=19.08.1 +pkgver=19.08.2 pkgrel=0 arch="all !ppc64le !s390x" # Limited by qt5-qtwebengine url="https://kontact.kde.org/" @@ -30,4 +30,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="967c05e289b527fbfde8b728e312ca201750fe46e139ffc13035ecd862ce70998a13dfc246259e926f82c9a6e6d6c44a50aa2188ecee274e56b5b057caff9344 kontact-19.08.1.tar.xz" +sha512sums="984e71f7cd28b5908441c8f36559e1669ef8719860af9967cb735906f30231ddbab9dab4aad9bfaba3e9394f621a0d2647f560637e9870355ee9ad383b0458e8 kontact-19.08.2.tar.xz" |