diff options
author | Justin Berthault <justin.berthault@zaclys.net> | 2020-09-28 18:17:19 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-19 06:44:00 -0300 |
commit | a03dc6647e0dc7d75c127c9f8a3ad1e5948a88e1 (patch) | |
tree | f42c76a0d8846661d4f5a6683aaf65e9ab6dc108 | |
parent | cfe41743671672b80510701ad233fbfbbf9d0788 (diff) | |
download | aports-a03dc6647e0dc7d75c127c9f8a3ad1e5948a88e1.tar.gz aports-a03dc6647e0dc7d75c127c9f8a3ad1e5948a88e1.tar.bz2 aports-a03dc6647e0dc7d75c127c9f8a3ad1e5948a88e1.tar.xz |
community/coreuniverse: upgrade to 4.0.0
-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 fc54f51d03..08395233b7 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=3.0.1 +pkgver=4.0.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="7e3f205c5948fcd52d2a2e350c8f70c2e2b2ff68321c40d78a38dc6ecbcf0d0396dc801f6a2ed3e46753d5d4ffae8327ede813e9758dd72c8a8d7f516f42e8f8 coreuniverse-3.0.1.tar.gz" +sha512sums="7ffa0744786fb455d68001c48ef1429b6eb040eff1be96f4b333482780cdfcbd3306ee69358b26274c326765409de81225133194347374ac0ffa82c7b78d7115 coreuniverse-4.0.0.tar.gz" |