Skip to content

Commit ea8aaeb

Browse files
committed
blis: update to 2.0
1 parent feadbb3 commit ea8aaeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mingw-w64-blis/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_realname=blis
44
pkgbase=mingw-w64-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
6-
pkgver=1.1
7-
pkgrel=2
6+
pkgver=2.0
7+
pkgrel=1
88
pkgdesc="BLAS-like Library Instantiation Software Framework. (mingw-w64)"
99
arch=('any')
1010
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
@@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
1919
"${MINGW_PACKAGE_PREFIX}-python")
2020
source=("https://github.com/flame/blis/archive/${pkgver}/${_realname}-${pkgver}.tar.gz"
2121
"001-disable-armsve.patch")
22-
sha256sums=('847c035809b8994c077ade737a4813601db96c4cf0d903d08ba6a9b8ee0fe03e'
22+
sha256sums=('08bbebd77914a6d1a43874ae5ec2f54fe6a77cba745f2532df28361b0f1ad1b3'
2323
'd77cbcf26d7abae0af7dd8b1ffa433f2717e458fc64edb4fc67968f8735245a2')
2424

2525
apply_patch_with_msg() {

0 commit comments

Comments
 (0)