Date: Thursday, August 27, 2020 @ 19:07:24 Author: arojas Revision: 394778
Update to 3.49 Modified: cfitsio/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-27 18:56:49 UTC (rev 394777) +++ PKGBUILD 2020-08-27 19:07:24 UTC (rev 394778) @@ -3,7 +3,7 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=cfitsio -pkgver=3.48 +pkgver=3.49 pkgrel=1 epoch=1 pkgdesc="A library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format" @@ -12,7 +12,7 @@ license=(custom) depends=(curl) source=("https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/$pkgname-$pkgver.tar.gz") -sha256sums=('91b48ffef544eb8ea3908543052331072c99bf09ceb139cb3c6977fc3e47aac1') +sha256sums=('5b65a20d5c53494ec8f638267fca4a629836b7ac8dd0ef0266834eab270ed4b3') prepare() { cd $pkgname-$pkgver
