From: Alexandru Ardelean Date: Tue, 28 Jul 2026 12:18:02 +0000 (+0300) Subject: openblas: update to 0.3.34 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b9fe9ba44bafea2cae107cffb8f359f631771d19;p=openwrt-packages.git openblas: update to 0.3.34 Update to the latest upstream stable release. Signed-off-by: Alexandru Ardelean --- diff --git a/libs/openblas/Makefile b/libs/openblas/Makefile index edfb908b6..36886dc96 100644 --- a/libs/openblas/Makefile +++ b/libs/openblas/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=OpenBLAS -PKG_VERSION:=0.3.33 +PKG_VERSION:=0.3.34 PKG_RELEASE:=1 PKG_SOURCE:=OpenBLAS-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/OpenMathLib/OpenBLAS/releases/download/v$(PKG_VERSION)/ -PKG_HASH:=6761af1d9f5d353ab4f0b7497be2643313b36c8f31caec0144bfef198e71e6ab +PKG_HASH:=cd7e129868320cc2d033afa920e31202dfe0b8066a5b66661900ccc0f197dfed PKG_LICENSE:=BSD-3-Clause PKG_CPE_ID:=cpe:/a:openblas_project:openblas PKG_MAINTAINER:=Alexandru Ardelean