aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-15 20:01:12 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-15 20:01:46 +0200
commita908fc50717f46cb66245e6dc4c9489e1368f1bb (patch)
treead9f7b795ec6e26f5891b6a458a525b6bf6d3c64 /testing
parent046fad57a63ceedecc688a622466d7214989ba26 (diff)
downloadaports-a908fc50717f46cb66245e6dc4c9489e1368f1bb.tar.bz2
aports-a908fc50717f46cb66245e6dc4c9489e1368f1bb.tar.xz
testing/openlibm: upgrade to 0.5.3 and build on all archs
Diffstat (limited to 'testing')
-rw-r--r--testing/openlibm/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/openlibm/APKBUILD b/testing/openlibm/APKBUILD
index 0a7dfd7f6b..f354b7a8f0 100644
--- a/testing/openlibm/APKBUILD
+++ b/testing/openlibm/APKBUILD
@@ -1,12 +1,11 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=openlibm
-pkgver=0.5.1
+pkgver=0.5.3
pkgrel=0
pkgdesc="High quality system independent, portable, open source libm implementation"
url="http://www.openlibm.org"
-# armhf: see https://github.com/JuliaLang/openlibm/issues/136
-arch="x86 x86_64"
+arch="all"
license="MIT BSD public-domain"
depends=""
makedepends=""
@@ -24,6 +23,6 @@ package() {
make VERSION=$pkgver DESTDIR="$pkgdir" prefix=/usr install
}
-md5sums="61db4c16f3d83b45f93ace381bab64cc openlibm-0.5.1.tar.gz"
-sha256sums="782a77497071cc450af176bbfebb34834334f6a17de842fe75cd407bbee89f85 openlibm-0.5.1.tar.gz"
-sha512sums="462f6dd6544d61f4afc8cbf622b022f588e49cd3b780df1c17e49bcc29adab58ccf33a92f410cc991a1cdb115f059736ed0eb4e8359390c9000af9c66b1bf5ff openlibm-0.5.1.tar.gz"
+md5sums="0733b1f9d7913a1f9421fc4ffeac174c openlibm-0.5.3.tar.gz"
+sha256sums="e86d001dfd05557e900e424bdc85024dbd5f00ad194d4607feb39c6f4d117512 openlibm-0.5.3.tar.gz"
+sha512sums="b397482b00cd51b2e66dceff2c4c5ba58bb05b6ae9d16cdaecb2bb05a9accbd84ae4c5387a8ef31c49928a61776de21fed48943d551ec3f65e2943e9ac8ef2f8 openlibm-0.5.3.tar.gz"