Skip to content

Commit b084949

Browse files
authored
Merge pull request #10366 from 3rav/patch-14
hwloc: update to 2.7.0
2 parents 6da7b9b + ddb2d67 commit b084949

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mingw-w64-hwloc/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
_realname=hwloc
77
pkgbase=mingw-w64-${_realname}
88
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
9-
pkgver=2.6.0
10-
pkgrel=2
9+
pkgver=2.7.0
10+
pkgrel=1
1111
pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical architectures (mingw-w64)'
1212
arch=('any')
1313
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
@@ -21,7 +21,7 @@ options=('!docs')
2121
license=('BSD')
2222
url='https://www.open-mpi.org/projects/hwloc/'
2323
source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${_realname}-${pkgver}.tar.bz2)
24-
sha256sums=('E1F073E44E28C296FF848DEAD5E9BD6E2426B77F95EAD1792358958E859FA83A')
24+
sha256sums=('028cee53ebcfe048283a2b3e87f2fa742c83645fc3ae329134bf5bb8b90384e0')
2525

2626
prepare() {
2727
cd ${_realname}-${pkgver}

0 commit comments

Comments
 (0)