diff --git a/srcpkgs/openblas/template b/srcpkgs/openblas/template index 683f985112..93b834496c 100644 --- a/srcpkgs/openblas/template +++ b/srcpkgs/openblas/template @@ -1,6 +1,6 @@ # Template file for 'openblas' pkgname=openblas -version=0.3.9 +version=0.3.12 revision=1 wrksrc="OpenBLAS-${version}" build_style=gnu-makefile @@ -13,7 +13,7 @@ license="BSD-3-Clause" homepage="https://www.openblas.net/" changelog="https://raw.githubusercontent.com/xianyi/OpenBLAS/v${version}/Changelog.txt" distfiles="https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz" -checksum=17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380 +checksum=65a7d3a4010a4e3bd5c0baa41a234797cd3a1735449a4a5902129152601dc57b case "${XBPS_TARGET_MACHINE}" in armv5*) make_build_args+=" TARGET=ARMV5" ;;