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/kmouth | |
parent | 32f760605b9a18a018edf8896e1768f44315a467 (diff) | |
download | aports-b296868f9449f3f5e20336d6045914ba9ea54577.tar.bz2 aports-b296868f9449f3f5e20336d6045914ba9ea54577.tar.xz |
testing/kde-applications: update to 19.04.3
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 266fbd2229..d8f1d386e2 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.04.2 +pkgver=19.04.3 pkgrel=0 arch="all" url="https://kde.org/applications/utilities/org.kde.kmouth" @@ -27,4 +27,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="6086426d02a6d20e4a6e1ef3d0239d7867e235639ed24385e0688a44647934745a35ab3ecd3d2acb832b3b839925dc37db8ea2ef9c75683bd66d8c0fb7347442 kmouth-19.04.2.tar.xz" +sha512sums="d8bbb794c74e6ca35b0d501d9c45eecc9fffd073f7d072f6e55042d59bbb78b9fde23926b35069c9c08937a30e471f19f2485fe7e2eda5e8c85699fce20bd796 kmouth-19.04.3.tar.xz" |