diff options
-rw-r--r-- | user/kstars/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/kstars/APKBUILD b/user/kstars/APKBUILD index 8ba826bba..6192b9eae 100644 --- a/user/kstars/APKBUILD +++ b/user/kstars/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=kstars -pkgver=3.2.3 +pkgver=3.3.3 pkgrel=0 pkgdesc="Desktop planetarium" url="https://www.kde.org/applications/education/kstars/" @@ -41,4 +41,4 @@ package() { make DESTDIR="$pkgdir" -C build install } -sha512sums="29c534c860cb1ab2c52e497061b16c7870e63253a7184f79ed8565d56abbc2909160d7f8c649764e4eb7462630e30e4428a88753e7987e97e530b174076cbd37 kstars-3.2.3.tar.xz" +sha512sums="fb30afcc7a3a840bc38560beca5b8962071d4920eeb1789519743cb6293160af733b556601d50d2b246d239f7efdef916ac2c716efbf71c4b11b5e82e8b16c74 kstars-3.3.3.tar.xz" |