Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
openlibm
Commits:
1201d8e8 by Antonio Rojas at 2025-03-08T10:10:43+01:00
upgpkg: 0.8.6-1: Update to 0.8.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = openlibm
pkgdesc = Standalone implementation of C mathematical functions
- pkgver = 0.8.5
+ pkgver = 0.8.6
pkgrel = 1
url = https://openlibm.org/
arch = x86_64
license = MIT
makedepends = git
depends = glibc
- source = git+https://github.com/JuliaLang/openlibm#tag=v0.8.5
- sha256sums =
afb3c741feb2e78075fe35b1616076b48f79e224e3f92103738114fe0cfedbc4
+ source = git+https://github.com/JuliaLang/openlibm#tag=v0.8.6
+ sha256sums =
ed29f65b66ebca63ad91fa111d64d6f1e98074f376e3908e42ac3ce43960d085
pkgname = openlibm
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Arthur Zamarin <[email protected]>
pkgname=openlibm
-pkgver=0.8.5
+pkgver=0.8.6
pkgrel=1
pkgdesc='Standalone implementation of C mathematical functions'
arch=(x86_64)
@@ -12,7 +12,7 @@ license=(MIT)
depends=(glibc)
makedepends=(git)
source=(git+https://github.com/JuliaLang/$pkgname#tag=v$pkgver)
-sha256sums=('afb3c741feb2e78075fe35b1616076b48f79e224e3f92103738114fe0cfedbc4')
+sha256sums=('ed29f65b66ebca63ad91fa111d64d6f1e98074f376e3908e42ac3ce43960d085')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openlibm/-/commit/1201d8e83ea4d37785be87de1a2c8daac9b195fb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openlibm/-/commit/1201d8e83ea4d37785be87de1a2c8daac9b195fb
You're receiving this email because of your account on gitlab.archlinux.org.