aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Jaekel <holger.jaekel@gmx.de>2021-07-22 20:35:31 +0200
committerLeo <thinkabit.ukim@gmail.com>2021-07-23 06:29:11 +0000
commit7875f90e62e830d30ca049a5948af08419ba2006 (patch)
tree113ab366b76cec3f0c7e769ab22704e786b83e57
parent97cb132876ef1ee00a123871c87980a59eef93dc (diff)
community/cfitsio: upgrade to 4.0.0
-rw-r--r--community/cfitsio/10-OFF_T.patch2
-rw-r--r--community/cfitsio/APKBUILD10
2 files changed, 7 insertions, 5 deletions
diff --git a/community/cfitsio/10-OFF_T.patch b/community/cfitsio/10-OFF_T.patch
index 6a60fb5f69d..5ff7af96432 100644
--- a/community/cfitsio/10-OFF_T.patch
+++ b/community/cfitsio/10-OFF_T.patch
@@ -4,7 +4,7 @@ Summary: under musl, off_t is always 64-bit
--- a/fitsio.h
+++ b/fitsio.h
-@@ -85,16 +85,7 @@
+@@ -86,16 +86,7 @@
/* Debian systems require: "(defined(linux) && defined(__off_t_defined))" */
/* the mingw-w64 compiler requires: "(defined(__MINGW32__) && defined(_OFF_T_DEFINED))" */
diff --git a/community/cfitsio/APKBUILD b/community/cfitsio/APKBUILD
index 3ab76bc66fd..2d300d2e623 100644
--- a/community/cfitsio/APKBUILD
+++ b/community/cfitsio/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Holger Jaekel <holger.jaekel@gmx.de>
# Maintainer: Holger Jaekel <holger.jaekel@gmx.de>
pkgname=cfitsio
-pkgver=3.49
-pkgrel=1
+pkgver=4.0.0
+pkgrel=0
pkgdesc="A library reading and writing data files in Flexible Image Transport System data format"
url="https://heasarc.gsfc.nasa.gov/fitsio/"
arch="all"
@@ -51,5 +51,7 @@ check() {
[[ -z $(diff testprog.lis testprog.out) ]]
[[ -z $(cmp testprog.fit testprog.std) ]]
}
-sha512sums="9836a4af3bbbfed1ea1b4c70b9d500ac485d7c3d8131eb8a25ee6ef6662f46ba52b5161c45c709ed9a601ff0e9ec36daa5650eaaf4f2cc7d6f4bb5640f10da15 cfitsio-3.49.tar.gz
-f64d38a18d1bf4f414ab19fdb811978b940284f443287cfe21d471d14a272b424d887ba59edffc99f9165353a2e5ab4210efc82d5623cbb7d2e3db12966b93fd 10-OFF_T.patch"
+sha512sums="
+a5b20bd6ad648450e99167f63813cc7523347aadfc9f85d2c0ed3ba7e4516b3bb6bc0851f209268f2cb045cdacc43a3da9e4506af4581f806ab9f4de248065fa cfitsio-4.0.0.tar.gz
+5b5a2f932e837a86ae4dd4cf035c2a0ee27c27b7f06f24375ef29312c8836f03d688c66e3cdf19b4617859f9845f602d13017a8564803408eec9d7f928ced6bc 10-OFF_T.patch
+"