package/hwloc: bump version to 2.9.2

Removed md5 hash.

Changelog: https://github.com/open-mpi/hwloc/blob/v2.9/NEWS

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2023-07-07 17:18:13 +02:00 committed by Thomas Petazzoni
parent c143e7ed41
commit 6ca47ce9bd
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
# From https://www.open-mpi.org/software/hwloc/v2.9/
md5 49869a8e19754299db512572abc5eb2b hwloc-2.9.0.tar.bz2
sha1 ee178b64234fdbf70f576b79963459ab80880583 hwloc-2.9.0.tar.bz2
sha256 2070e963596a2421b9af8eca43bdec113ee1107aaf7ccb475d4d3767a8856887 hwloc-2.9.0.tar.bz2
sha1 be2a4f299c0da7670d39724986268bfa3fac6aee hwloc-2.9.2.tar.bz2
sha256 0a87fdf677f8b00b567d229b6320bf6b25c693edaa43e0b85268d999d6b060cf hwloc-2.9.2.tar.bz2
# Locally computed
sha256 d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06 COPYING

View File

@ -5,7 +5,7 @@
################################################################################
HWLOC_VERSION_MAJOR = 2.9
HWLOC_VERSION = $(HWLOC_VERSION_MAJOR).0
HWLOC_VERSION = $(HWLOC_VERSION_MAJOR).2
HWLOC_SOURCE = hwloc-$(HWLOC_VERSION).tar.bz2
HWLOC_SITE = https://download.open-mpi.org/release/hwloc/v$(HWLOC_VERSION_MAJOR)
HWLOC_LICENSE = BSD-3-Clause