From de41c05e1cc3c9c7407afe85eac286431315eaea Mon Sep 17 00:00:00 2001 From: Carsten Schuette Date: Mon, 27 Apr 2026 16:23:43 +0200 Subject: [PATCH] mold: Update to 2.41.0 Update mold to 2.41.0 Release notes: https://github.com/rui314/mold/releases/tag/v2.41.0 Signed-off-by: Carsten Schuette Link: https://github.com/openwrt/openwrt/pull/23129 Signed-off-by: Robert Marko --- tools/mold/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/mold/Makefile b/tools/mold/Makefile index 8c3e33f38f..ff1f5c727e 100644 --- a/tools/mold/Makefile +++ b/tools/mold/Makefile @@ -3,13 +3,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mold -PKG_VERSION:=2.40.4 +PKG_VERSION:=2.41.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL_FILE:=v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/rui314/mold/archive/refs/tags -PKG_HASH:=69414c702ec1084e1fa8ca16da24f167f549e5e11e9ecd5d70a8dcda6f08c249 +PKG_HASH:=0a61abac85d818437b425df856822e9d6e9982baeae5a93bcb02fe6c0060c61a include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk