From 32b503a98e7895f4ee04c7163eb07eb03cd7cf94 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Mon, 1 Jan 2024 17:28:47 -0600 Subject: [PATCH] hwloc: update to 2.10.0 Signed-off-by: W. Michael Petullo --- libs/hwloc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/hwloc/Makefile b/libs/hwloc/Makefile index cc3dc9f202..570f5fb144 100644 --- a/libs/hwloc/Makefile +++ b/libs/hwloc/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hwloc -PKG_VERSION:=2.8.0 +PKG_VERSION:=2.10.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.8 -PKG_HASH:=348a72fcd48c32a823ee1da149ae992203e7ad033549e64aed6ea6eeb01f42c1 +PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.10 +PKG_HASH:=0305dd60c9de2fbe6519fe2a4e8fdc6d3db8de574a0ca7812b92e80c05ae1392 PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=BSD-3-Clause