Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libblastrampoline
Commits:
d7c2c9d4 by Antonio Rojas at 2024-10-10T21:58:25+02:00
upgpkg: 5.11.1-1: Update to 5.11.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libblastrampoline
pkgdesc = Using PLT trampolines to provide a BLAS and LAPACK demuxing
library
- pkgver = 5.11.0
+ pkgver = 5.11.1
pkgrel = 1
url = https://github.com/JuliaLinearAlgebra/libblastrampoline
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libblastrampoline
makedepends = git
depends = glibc
options = !lto
- source =
git+https://github.com/JuliaLinearAlgebra/libblastrampoline#tag=v5.11.0
- sha256sums =
2d59a33c9561e7fbbd8257c633a86a34ece1051a4f9049abba49f215f6a2c40f
+ source =
git+https://github.com/JuliaLinearAlgebra/libblastrampoline#tag=v5.11.1
+ sha256sums =
5bc8926f18e18f2da876fbce16d47b1c99f574ef03d6ff5b01b8ea9dcd3b0f17
pkgname = libblastrampoline
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=libblastrampoline
-pkgver=5.11.0
+pkgver=5.11.1
pkgrel=1
pkgdesc='Using PLT trampolines to provide a BLAS and LAPACK demuxing library'
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(MIT)
depends=(glibc)
makedepends=(git)
source=(git+https://github.com/JuliaLinearAlgebra/libblastrampoline#tag=v$pkgver)
-sha256sums=('2d59a33c9561e7fbbd8257c633a86a34ece1051a4f9049abba49f215f6a2c40f')
+sha256sums=('5bc8926f18e18f2da876fbce16d47b1c99f574ef03d6ff5b01b8ea9dcd3b0f17')
options=(!lto)
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libblastrampoline/-/commit/d7c2c9d418e5f999e3b2aac83831e05d0ffeab3f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libblastrampoline/-/commit/d7c2c9d418e5f999e3b2aac83831e05d0ffeab3f
You're receiving this email because of your account on gitlab.archlinux.org.