diff --git a/srcpkgs/openblas/template b/srcpkgs/openblas/template index 7dca6d243bb..282de8770b9 100644 --- a/srcpkgs/openblas/template +++ b/srcpkgs/openblas/template @@ -1,6 +1,6 @@ # Template file for 'openblas' pkgname=openblas -version=0.3.4 +version=0.3.5 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/${pkgname}/archive/v${version}.tar.gz" -checksum=4b4b4453251e9edb5f57465bf2b3cf67b19d811d50c8588cdf2ea1f201bb834f +checksum=0950c14bd77c90a6427e26210d6dab422271bc86f9fc69126725833ecdaa0e85 case "${XBPS_TARGET_MACHINE}" in armv5*) make_build_args+=" TARGET=ARMV5" ;;