diff options
Diffstat (limited to 'community/kplotting/APKBUILD')
-rw-r--r-- | community/kplotting/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kplotting/APKBUILD b/community/kplotting/APKBUILD index 41e486e25a..eca0149780 100644 --- a/community/kplotting/APKBUILD +++ b/community/kplotting/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kplotting -pkgver=5.60.0 +pkgver=5.61.0 pkgrel=0 pkgdesc="Lightweight plotting framework" arch="all" @@ -30,4 +30,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="0a70977684690c2087f968501b64d814fabddd43087aa2df4d498985f7cfaa8cf81e16215e2d12cccf9932748172e47b40a85d049207e3dc351785acdeaa622a kplotting-5.60.0.tar.xz" +sha512sums="4b1e743f4cf1512b3058f4e2cb184762e14d7c5e2fb5c24a893c657430e5a605cba54a195bcccca958a3ba8318a7780372522c49a4ac503a697df358dcf587d0 kplotting-5.61.0.tar.xz" |