diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-11-12 14:08:42 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-15 11:36:41 +0100 |
commit | a3698bd3bce5b7a2e76c6d439fae4af875ec3d2d (patch) | |
tree | 92642bd5660ad9118888865f8fa4c101ee82b281 /community/kolourpaint | |
parent | f68fba11e3d2125efe2416cbd7d0f429ab92ec1d (diff) | |
download | aports-a3698bd3bce5b7a2e76c6d439fae4af875ec3d2d.tar.bz2 aports-a3698bd3bce5b7a2e76c6d439fae4af875ec3d2d.tar.xz |
{community,testing}/kde-applications: upgrade to 19.08.3
Diffstat (limited to 'community/kolourpaint')
-rw-r--r-- | community/kolourpaint/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kolourpaint/APKBUILD b/community/kolourpaint/APKBUILD index 4e18a6d263..e00b8282ac 100644 --- a/community/kolourpaint/APKBUILD +++ b/community/kolourpaint/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kolourpaint -pkgver=19.08.2 +pkgver=19.08.3 pkgrel=0 arch="all" url="http://www.kolourpaint.org/" @@ -36,4 +36,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="beaf80f8cdc13f23ad19e0832fdb7d95d17fa11a84137e0d2c84c8f5fadd57e4c6cfa03583ebfa52d2c55923dfd9802362f63e04e59829ef205947033b47590f kolourpaint-19.08.2.tar.xz" +sha512sums="97430f2a04d60bfe4d5131e961381b3390181a57cc4b6ca8eda048b60a32804dcd89fec5a69bc50383f88e1bce05a5b7a1dfde33292d0e72f6bda76cda0dd851 kolourpaint-19.08.3.tar.xz" |