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/kmouth | |
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/kmouth')
-rw-r--r-- | testing/kmouth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kmouth/APKBUILD b/testing/kmouth/APKBUILD index 4ae7f67ee0..bb22b41294 100644 --- a/testing/kmouth/APKBUILD +++ b/testing/kmouth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kmouth -pkgver=19.08.1 +pkgver=19.08.2 pkgrel=0 arch="all" url="https://kde.org/applications/utilities/org.kde.kmouth" @@ -27,4 +27,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="93641ae93bb3399318441a85824af00ceed9fd2f0220e9d87dd4c83f4e17190be189bc5c3a47e580f3863ca8a5d62fd442e3e57feabce5cc2ab13f881a3a600d kmouth-19.08.1.tar.xz" +sha512sums="19b08fb5e8da836f03fe2d15d2528613329c54b2d572375d6686f3293524cfe33b5596a4fe430e65eda8d715d7408391f423d17debca723270ab439ffc301c9d kmouth-19.08.2.tar.xz" |