diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-05-22 01:27:57 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-22 07:04:37 +0000 |
commit | 0b176adc128a839e20ff5059011ab0d60eb54bf5 (patch) | |
tree | b219f5c883fe760735798ae7b7161c19d2b8bbf5 | |
parent | 71f5f160ee43a06b7929d32b30703fbd7eb90b37 (diff) | |
download | aports-0b176adc128a839e20ff5059011ab0d60eb54bf5.tar.gz aports-0b176adc128a839e20ff5059011ab0d60eb54bf5.tar.bz2 aports-0b176adc128a839e20ff5059011ab0d60eb54bf5.tar.xz |
testing/gcompris-qt: upgrade to 0.98
-rw-r--r-- | testing/gcompris-qt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gcompris-qt/APKBUILD b/testing/gcompris-qt/APKBUILD index ec6c1ed220..f16e660826 100644 --- a/testing/gcompris-qt/APKBUILD +++ b/testing/gcompris-qt/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Thomas Kienlen <kommander@laposte.net> # Maintainer: Thomas Kienlen <kommander@laposte.net> pkgname=gcompris-qt -pkgver=0.97 +pkgver=0.98 pkgrel=0 pkgdesc="Educational software suite comprising of numerous activities for children aged 2 to 10" url="https://gcompris.net" @@ -27,4 +27,4 @@ package() { make -C build DESTDIR="$pkgdir" install } -sha512sums="23cc807238121a6ea3abb8816795b2f3b243c3be1acf782705468d92758a2032a8cb5393c3c30028877d174ff53ebc3a62f69e9045bc70a5281d1d245b6e4eba gcompris-qt-0.97.tar.xz" +sha512sums="f447a9fe6a8699eca55dd7c98a9781a1f4982a1263664fb4b010d1f66819d2f083b1b167ca406edcb54fb10331e6cbad809499a9490a7fef93e010b022dd0e6c gcompris-qt-0.98.tar.xz" |