From: Alexandru Ardelean Date: Mon, 15 Jan 2024 08:17:31 +0000 (+0200) Subject: openblas: bump to version 0.3.26 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ca6216ef0718856d186efba2a6d7add50750142b;p=openwrt-packages.git openblas: bump to version 0.3.26 Signed-off-by: Alexandru Ardelean --- diff --git a/libs/openblas/Makefile b/libs/openblas/Makefile index 99369b762..5e498adc6 100644 --- a/libs/openblas/Makefile +++ b/libs/openblas/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=OpenBLAS -PKG_VERSION:=0.3.25 +PKG_VERSION:=0.3.26 PKG_RELEASE:=1 PKG_SOURCE:=OpenBLAS-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/xianyi/OpenBLAS/releases/download/v$(PKG_VERSION)/ -PKG_HASH:=4c25cb30c4bb23eddca05d7d0a85997b8db6144f5464ba7f8c09ce91e2f35543 +PKG_HASH:=4e6e4f5cb14c209262e33e6816d70221a2fe49eb69eaf0a06f065598ac602c68 PKG_LICENSE:=BSD 3-Clause PKG_MAINTAINER:=Alexandru Ardelean