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/akonadi-mime | |
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/akonadi-mime')
-rw-r--r-- | testing/akonadi-mime/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/akonadi-mime/APKBUILD b/testing/akonadi-mime/APKBUILD index d1a6be6764..7b718f2af7 100644 --- a/testing/akonadi-mime/APKBUILD +++ b/testing/akonadi-mime/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=akonadi-mime -pkgver=19.08.1 +pkgver=19.08.2 pkgrel=0 pkgdesc="Libraries and daemons to implement basic email handling" arch="all" @@ -28,4 +28,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="8e1498bec106250caea0023ce2565b5c02bfc1dab80b893dc9e0e8ab80195a17b4d90019db862370e93629897fb0c6c5f354c26c0e7aa61900575115461f45ed akonadi-mime-19.08.1.tar.xz" +sha512sums="44f8462c41b3ea6537def599add41f9f250265851e00ac29028e6ea45a74050a5679bc15979b8bb4d791708a54e2db0c62d73e4726c1352c10cdac54436dc73d akonadi-mime-19.08.2.tar.xz" |