]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mold: update to 2.37.1
authorRobert Marko <robimarko@gmail.com>
Wed, 23 Apr 2025 10:45:04 +0000 (12:45 +0200)
committerRobert Marko <robimarko@gmail.com>
Wed, 23 Apr 2025 20:01:06 +0000 (22:01 +0200)
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@gmail.com>
tools/mold/Makefile

index 28d760d8c3179e4769002832f98cb900df0f10e3..0d475424e9443e9a8d428857b84de1d8e4d1353c 100644 (file)
@@ -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