From: Carsten Schuette Date: Tue, 11 Aug 2026 17:38:04 +0000 (+0200) Subject: mold: bump to 2.42.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa0a92172d73743c4a790d61859775bbb6fe8d5;p=thirdparty%2Fopenwrt.git mold: bump to 2.42.0 Update mold to 2.42.0 Changelog: https://github.com/rui314/mold/releases/tag/v2.42.0 Signed-off-by: Carsten Schuette Link: https://github.com/openwrt/openwrt/pull/24672 Signed-off-by: Robert Marko --- diff --git a/tools/mold/Makefile b/tools/mold/Makefile index ff1f5c727e8..4f2194ba695 100644 --- a/tools/mold/Makefile +++ b/tools/mold/Makefile @@ -3,13 +3,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mold -PKG_VERSION:=2.41.0 +PKG_VERSION:=2.42.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:=0a61abac85d818437b425df856822e9d6e9982baeae5a93bcb02fe6c0060c61a +PKG_HASH:=6c0f3308c5b3159a369202d970922ad819bab1bfcb5a3b3c06a723d19f65373e include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk