[openwrt/openwrt] mold: update to 2.37.1

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 23 13:01:10 PDT 2025


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

commit fdb2531eb9b2cf8b712b47ca13163a4026f0f642
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Wed Apr 23 12:45:04 2025 +0200

    mold: update to 2.37.1
    
    mold has seen a bunch of bugfixes and improvements since 2.33.0, so
    lets update it.
    
    Link: https://github.com/openwrt/openwrt/pull/18575
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 tools/mold/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/mold/Makefile b/tools/mold/Makefile
index 28d760d8c3..0d475424e9 100644
--- a/tools/mold/Makefile
+++ b/tools/mold/Makefile
@@ -3,12 +3,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mold
-PKG_VERSION:=2.33.0
+PKG_VERSION:=2.37.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:=37b3aacbd9b6accf581b92ba1a98ca418672ae330b78fe56ae542c2dcb10a155
+PKG_HASH:=b8e36086c95bd51e9829c9755c138f5c4daccdd63b6c35212b84229419f3ccbe
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/cmake.mk




More information about the lede-commits mailing list