]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mold: bump to 2.42.0 24672/head
authorCarsten Schuette <schuettecarsten@googlemail.com>
Tue, 11 Aug 2026 17:38:04 +0000 (19:38 +0200)
committerRobert Marko <robimarko@gmail.com>
Fri, 14 Aug 2026 09:00:45 +0000 (11:00 +0200)
Update mold to 2.42.0

Changelog:
https://github.com/rui314/mold/releases/tag/v2.42.0

Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
Link: https://github.com/openwrt/openwrt/pull/24672
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/mold/Makefile

index ff1f5c727e8fdeca8a540c48f39eb01417012cc2..4f2194ba6951ae371c16239d2ed6b0d9ec387464 100644 (file)
@@ -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