package/openblas: bump to version v0.3.26

For change log since v0.3.25, see:
https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.26

This commit also update _SITE url to follow download url published on
the homepage https://www.openblas.net/

Also https://github.com/xianyi/OpenBLAS is now redirecting to
https://github.com/OpenMathLib/OpenBLAS

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
Julien Olivain 2024-01-08 21:51:50 +01:00 committed by Arnout Vandecappelle
parent e29d91d6ee
commit cd3ec6b977
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# From https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.25
md5 48384e324cd1cdcfbdb0d2e16ca55327 openblas-0.3.25.tar.gz
# From https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.26
md5 bd496a1c81769ed19a161c1f8f904ccd openblas-0.3.26.tar.gz
# Locally calculated
sha256 4c25cb30c4bb23eddca05d7d0a85997b8db6144f5464ba7f8c09ce91e2f35543 openblas-0.3.25.tar.gz
sha256 4e6e4f5cb14c209262e33e6816d70221a2fe49eb69eaf0a06f065598ac602c68 openblas-0.3.26.tar.gz
sha256 190b5a9c8d9723fe958ad33916bd7346d96fab3c5ea90832bb02d854f620fcff LICENSE

View File

@ -4,8 +4,8 @@
#
################################################################################
OPENBLAS_VERSION = 0.3.25
OPENBLAS_SITE = https://github.com/xianyi/OpenBLAS/releases/download/v$(OPENBLAS_VERSION)
OPENBLAS_VERSION = 0.3.26
OPENBLAS_SITE = https://github.com/OpenMathLib/OpenBLAS/releases/download/v$(OPENBLAS_VERSION)
OPENBLAS_LICENSE = BSD-3-Clause
OPENBLAS_LICENSE_FILES = LICENSE
OPENBLAS_INSTALL_STAGING = YES