[arch-commits] Commit in libblastrampoline/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Jan 20 07:28:17 UTC 2022
Date: Thursday, January 20, 2022 @ 07:28:16
Author: arojas
Revision: 1111250
Update to 4.0.0
Modified:
libblastrampoline/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-20 07:27:12 UTC (rev 1111249)
+++ PKGBUILD 2022-01-20 07:28:16 UTC (rev 1111250)
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=libblastrampoline
-pkgver=3.1.0
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
pkgdesc='Using PLT trampolines to provide a BLAS and LAPACK demuxing library'
arch=(x86_64)
url='https://github.com/JuliaLinearAlgebra/libblastrampoline'
@@ -9,7 +9,7 @@
license=(MIT)
depends=(glibc)
source=(https://github.com/JuliaLinearAlgebra/libblastrampoline/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('f6136cc2b5d090ceca67cffa55b4c8af4bcee874333d49297c867abdb0749b5f')
+sha256sums=('8816dfba6f0c547bca5fba9d83e63062387def3089622a9514babf79e1737310')
build() {
cd $pkgname-$pkgver/src
More information about the arch-commits
mailing list