From: Alexandru Ardelean Date: Mon, 27 Dec 2021 10:16:12 +0000 (+0200) Subject: libs: openblas: bump to version v0.3.19 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8a22ad5ebfcfdc19d92a8842db2121e115024072;p=feed%2Fpackages.git libs: openblas: bump to version v0.3.19 Signed-off-by: Alexandru Ardelean --- diff --git a/libs/openblas/Makefile b/libs/openblas/Makefile index c0fc50df82..153de54a47 100644 --- a/libs/openblas/Makefile +++ b/libs/openblas/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=OpenBLAS -PKG_VERSION:=0.3.18 +PKG_VERSION:=0.3.19 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=OpenBLAS-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/xianyi/OpenBLAS/releases/download/v$(PKG_VERSION)/ -PKG_HASH:=1632c1e8cca62d8bed064b37747e331a1796fc46f688626337362bf0d16aeadb +PKG_HASH:=947f51bfe50c2a0749304fbe373e00e7637600b0a47b78a51382aeb30ca08562 PKG_LICENSE:=BSD 3-Clause PKG_MAINTAINER:=Alexandru Ardelean