[openwrt/openwrt] mold: Update to 2.40.1

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 8 04:40:35 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7caf88b63e8d290ad0d4c976af182aec8cf1906b

commit 7caf88b63e8d290ad0d4c976af182aec8cf1906b
Author: Carsten Schuette <schuettecarsten at googlemail.com>
AuthorDate: Mon Jul 7 20:12:04 2025 +0200

    mold: Update to 2.40.1
    
    Update mold to 2.40.1
    
    Release notes:
    https://github.com/rui314/mold/releases/tag/v2.40.1
    https://github.com/rui314/mold/releases/tag/v2.40.0
    
    Signed-off-by: Carsten Schuette <schuettecarsten at googlemail.com>
    Link: https://github.com/openwrt/openwrt/pull/19339
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 tools/mold/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tools/mold/Makefile b/tools/mold/Makefile
index 69d6240744..1bf8a888e0 100644
--- a/tools/mold/Makefile
+++ b/tools/mold/Makefile
@@ -3,12 +3,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mold
-PKG_VERSION:=2.39.1
+PKG_VERSION:=2.40.1
+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:=231ea3643a14fe5b88478c97b68b31f7c975b57b247a81356ffd889d015b5cc1
+PKG_HASH:=d1ce09a69941f8158604c3edcc96c7178231e7dba2da66b20f5ef6e112c443b7
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/cmake.mk




More information about the lede-commits mailing list