diff options
-rw-r--r-- | community/coreuniverse/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/coreuniverse/APKBUILD b/community/coreuniverse/APKBUILD index 4b4afc7caa..8999125e67 100644 --- a/community/coreuniverse/APKBUILD +++ b/community/coreuniverse/APKBUILD @@ -1,7 +1,7 @@ # Contributor: rahmanshaber <rahmanshaber@yahoo.com> # Maintainer: rahmanshaber <rahmanshaber@yahoo.com> pkgname=coreuniverse -pkgver=2.7.1 +pkgver=2.8.0 pkgrel=0 pkgdesc="Shows information about apps from the CoreApps family." arch="all" @@ -22,4 +22,4 @@ package() { INSTALL_ROOT="$pkgdir" make install } -sha512sums="83c01140955f907195fd68ac4764be189a57485d8373c035aabe03363361b1bfede53f35d220c385f8a1e3573c82e64e97a4fd465e9be5fba56bb328cc04faca coreuniverse-2.7.1.tar.gz" +sha512sums="2f808752243481d2928326fab9410fc98e871c6b058c080afa44d20b588bf00b4c2b009460389b81cb039c8936fc0b9acda003ac13a7bc086941f73f3e7b7b9a coreuniverse-2.8.0.tar.gz" |