From c650dc75743c48a982141d21e137b6ac284aade9 Mon Sep 17 00:00:00 2001 From: David Beauchamp Date: Tue, 14 Sep 2021 16:04:18 -0400 Subject: [PATCH] community/openlibm to 0.8.0-1 --- community/openlibm/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/openlibm/PKGBUILD b/community/openlibm/PKGBUILD index d3638e588..e266ca4c4 100644 --- a/community/openlibm/PKGBUILD +++ b/community/openlibm/PKGBUILD @@ -6,7 +6,7 @@ # - patch out hard ARM march and float specification pkgname=openlibm -pkgver=0.7.5 +pkgver=0.8.0 pkgrel=1 pkgdesc='Standalone implementation of C mathematical functions' arch=(x86_64) @@ -15,7 +15,7 @@ license=(BSD) depends=(glibc) source=("$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz" '0001-Remove-ARM-march-and-float-specification.patch') -sha256sums=('be983b9e1e40e696e8bbb7eb8f6376d3ca0ae675ae6d82936540385b0eeec15b' +sha256sums=('03620768df4ca526a63dd675c6de95a5c9d167ff59555ce57a61c6bf49e400ee' '2b16d1e852a88bc6d31e9b25ed60b1a374f46b2034ce3449c2b8dafc6d2007c9') prepare() {