diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-01-27 17:19:45 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-27 21:46:27 +0100 |
commit | 7dc3cd8f7c0cc26e96ddabdea853de08325e4089 (patch) | |
tree | 27b455c608bfc7690410524cc0755c1b4d039d40 /community/kmouth | |
parent | ca936aa88735c8b55f9745593fe8ce90f29bee9a (diff) | |
download | aports-7dc3cd8f7c0cc26e96ddabdea853de08325e4089.tar.bz2 aports-7dc3cd8f7c0cc26e96ddabdea853de08325e4089.tar.xz |
{community,testing}/kde-applications: upgrade to 19.12.1
Diffstat (limited to 'community/kmouth')
-rw-r--r-- | community/kmouth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kmouth/APKBUILD b/community/kmouth/APKBUILD index 768dc0a512..09a9c8c89d 100644 --- a/community/kmouth/APKBUILD +++ b/community/kmouth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kmouth -pkgver=19.12.0 +pkgver=19.12.1 pkgrel=0 arch="all !armhf" #qtdeclarative url="https://kde.org/applications/utilities/org.kde.kmouth" @@ -36,4 +36,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="786a302edf647eb3be53e3173d2eb52bb29bd5c7af541503b15cd03fa546a2129c883fcc7d5e61a0bc837f8d0c97ba411e4677a782a6e5ed8d0be9c5fc08846d kmouth-19.12.0.tar.xz" +sha512sums="5422646d0c14ed3dc760e007cc7e12f6b135e7c2eff2fbb39aea01bdca70f2849deefd6c297ee498bc2e6ec6bf7d566e12a97bfc2c6bbb1947cfb64f16ff6ee2 kmouth-19.12.1.tar.xz" |