diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-08-23 16:44:53 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-23 16:46:32 -0300 |
commit | 7f3b48cb4d4b49eb87f2ee5b17ec144536530d45 (patch) | |
tree | d66713f186e52bf88cc25e89894b7d950cbf1897 /testing/kleopatra | |
parent | 62c3585336bfda3851eb1eb254fb48618661fd27 (diff) | |
download | aports-7f3b48cb4d4b49eb87f2ee5b17ec144536530d45.tar.bz2 aports-7f3b48cb4d4b49eb87f2ee5b17ec144536530d45.tar.xz |
teting/kde-applications: upgrade to 19.08.0
Diffstat (limited to 'testing/kleopatra')
-rw-r--r-- | testing/kleopatra/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kleopatra/APKBUILD b/testing/kleopatra/APKBUILD index 9392dcf191..6de8d50f52 100644 --- a/testing/kleopatra/APKBUILD +++ b/testing/kleopatra/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kleopatra -pkgver=19.04.3 +pkgver=19.08.0 pkgrel=0 arch="all" url="https://www.kde.org/applications/utilities/kleopatra/" @@ -30,4 +30,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="cf55cb118f7f966e02f635f0a2412eb497e557f729aa1dbdb86839a49fd733f117119ca493b590a1e3ebc36de17c2a9467eef16d6377ffe27e7c3acb63094e4a kleopatra-19.04.3.tar.xz" +sha512sums="f154e3b03c581a391ce6647e5c1e7c116e73368971fa325c132f4bd890f225c4ac95379c59c70cf538285820be9d93b92631ca51303cac00df80f0a838b7a8d0 kleopatra-19.08.0.tar.xz" |