Date: Wednesday, February 3, 2021 @ 07:11:33 Author: arojas Revision: 842308
Update to 0.7.4 Modified: openlibm/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-03 07:10:51 UTC (rev 842307) +++ PKGBUILD 2021-02-03 07:11:33 UTC (rev 842308) @@ -3,7 +3,7 @@ # Contributor: Arthur Zamarin <[email protected]> pkgname=openlibm -pkgver=0.7.3 +pkgver=0.7.4 pkgrel=1 pkgdesc='Standalone implementation of C mathematical functions' arch=(x86_64) @@ -11,7 +11,7 @@ license=(BSD) depends=(glibc) source=("$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz") -sha256sums=('d3bcc4ef21c033a0cc408a30186bb3dbe21219e0c52d328ca70eb688cf867354') +sha256sums=('eb585204d6c995691e5545ea4ffcb887c159bf05cc5ee1bbf92a6fcdde2fccae') prepare() { cd $pkgname-$pkgver
