diff options
author | J0WI <J0WI@users.noreply.github.com> | 2021-06-14 00:28:13 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-07-14 22:00:38 +0000 |
commit | 044b073ce43f42803651089dcab6a8ab715530cf (patch) | |
tree | ac41859b42bda4bb00ab33f3c502fb2a14fb100d | |
parent | 189dda121fb0d49e075813eb6bae4edfec8663f3 (diff) |
community/gnumeric: upgrade to 1.12.50
-rw-r--r-- | community/gnumeric/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/gnumeric/APKBUILD b/community/gnumeric/APKBUILD index e86fba4610c..900cdada984 100644 --- a/community/gnumeric/APKBUILD +++ b/community/gnumeric/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gnumeric -pkgver=1.12.49 +pkgver=1.12.50 pkgrel=0 pkgdesc="GNOME Spreadsheet Program" url="https://www.gnome.org/projects/gnumeric" @@ -59,5 +59,6 @@ package() { make DESTDIR="$pkgdir" install } - -sha512sums="047d625aee3a15dd8881f2e11cc7c67d211d40be86ec018517d1b3140ff4bd031fb2cb86e48f1f6ee22432aa1f39c978bad5fd5bf5c6a1be9aa53411136429ed gnumeric-1.12.49.tar.xz" +sha512sums=" +d5896cb8390c99fb3871c722116cc085b93b788fab91bf44d24f20228b8290170a0adc906160a6aa46431ae43b04079621c370dcda42658fa9ae3c1d8baf1730 gnumeric-1.12.50.tar.xz +" |