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/kolourpaint | |
parent | 32f760605b9a18a018edf8896e1768f44315a467 (diff) | |
download | aports-b296868f9449f3f5e20336d6045914ba9ea54577.tar.bz2 aports-b296868f9449f3f5e20336d6045914ba9ea54577.tar.xz |
testing/kde-applications: update to 19.04.3
Diffstat (limited to 'testing/kolourpaint')
-rw-r--r-- | testing/kolourpaint/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kolourpaint/APKBUILD b/testing/kolourpaint/APKBUILD index 22d7800604..bc0042a202 100644 --- a/testing/kolourpaint/APKBUILD +++ b/testing/kolourpaint/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kolourpaint -pkgver=19.04.2 +pkgver=19.04.3 pkgrel=0 arch="all" url="http://www.kolourpaint.org/" @@ -27,4 +27,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="3a0b497003de467c19898682e1f0d76014ec9e68506271492fc8f30e9b9f08fa8639267c1fa84b18dde3d807d81e3db791764a6a43ac8cd7ca7d53b871410baa kolourpaint-19.04.2.tar.xz" +sha512sums="bc9a5f081cd50b32b651dac12a6d2146f63788dda6cb7c8fe1c8f6ada99d422e13e0f9b512f8fb6e620ce70a63baca0a44bb5a1d94f0f90d3c0c4aed3705332b kolourpaint-19.04.3.tar.xz" |