From: Alexandru Ardelean Date: Mon, 9 Oct 2023 13:54:05 +0000 (+0300) Subject: openblas: bump to version 0.3.24 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=832df9a5df4b43d44fad5f89b7c9b7c9ab978011;p=openwrt-packages.git openblas: bump to version 0.3.24 Signed-off-by: Alexandru Ardelean --- diff --git a/libs/openblas/Makefile b/libs/openblas/Makefile index 389478858..0b403f21b 100644 --- a/libs/openblas/Makefile +++ b/libs/openblas/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=OpenBLAS -PKG_VERSION:=0.3.23 +PKG_VERSION:=0.3.24 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:=5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114 +PKG_HASH:=ceadc5065da97bd92404cac7254da66cc6eb192679cf1002098688978d4d5132 PKG_LICENSE:=BSD 3-Clause PKG_MAINTAINER:=Alexandru Ardelean