diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-07-12 10:01:12 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-12 10:31:10 -0300 |
commit | b296868f9449f3f5e20336d6045914ba9ea54577 (patch) | |
tree | 32fd79ed2fc5eaae8849385dead2e21f32045812 /testing/kontact/APKBUILD | |
parent | 32f760605b9a18a018edf8896e1768f44315a467 (diff) | |
download | aports-b296868f9449f3f5e20336d6045914ba9ea54577.tar.bz2 aports-b296868f9449f3f5e20336d6045914ba9ea54577.tar.xz |
testing/kde-applications: update to 19.04.3
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 1bf737e261..faab4f9cfd 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.04.2 +pkgver=19.04.3 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="25574deba5ec9faf6483eb62f71685e45148cee1450947f2305cc94e853add1a5255956098c8e803908af80dd848a24b629b3a6834f0728044dfdda29f016699 kontact-19.04.2.tar.xz" +sha512sums="7fe6a773dfa329dc7935d7ce44906cc0bbbdb9b844a5927e07fd988a4c36dcedf3c01c9895d02bc97ac7ee0a5bbee0e0892ed5efdf794d6ff266ca5933782b6a kontact-19.04.3.tar.xz" |