From ddb2d6708663ef97f7fccfc7b0fb0eecc80b3c2e Mon Sep 17 00:00:00 2001 From: Rafal Date: Sun, 19 Dec 2021 09:07:37 +0100 Subject: [PATCH] Update PKGBUILD --- mingw-w64-hwloc/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-hwloc/PKGBUILD b/mingw-w64-hwloc/PKGBUILD index ee88f724c3..aaa405e92c 100644 --- a/mingw-w64-hwloc/PKGBUILD +++ b/mingw-w64-hwloc/PKGBUILD @@ -6,8 +6,8 @@ _realname=hwloc pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=2.6.0 -pkgrel=2 +pkgver=2.7.0 +pkgrel=1 pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical architectures (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -21,7 +21,7 @@ options=('!docs') license=('BSD') url='https://www.open-mpi.org/projects/hwloc/' source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${_realname}-${pkgver}.tar.bz2) -sha256sums=('E1F073E44E28C296FF848DEAD5E9BD6E2426B77F95EAD1792358958E859FA83A') +sha256sums=('028cee53ebcfe048283a2b3e87f2fa742c83645fc3ae329134bf5bb8b90384e0') prepare() { cd ${_realname}-${pkgver}