]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mold: update to 2.38.1 18679/head
authorCarsten Schuette <schuettecarsten@googlemail.com>
Fri, 2 May 2025 06:22:38 +0000 (08:22 +0200)
committerRobert Marko <robimarko@gmail.com>
Fri, 2 May 2025 12:59:47 +0000 (14:59 +0200)
https://github.com/rui314/mold/releases/tag/v2.38.0
https://github.com/rui314/mold/releases/tag/v2.38.1

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

index 0d475424e9443e9a8d428857b84de1d8e4d1353c..a2da6ebc9257f5273a56ad527b9bd400b11584a1 100644 (file)
@@ -3,12 +3,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mold
-PKG_VERSION:=2.37.1
+PKG_VERSION:=2.38.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:=b8e36086c95bd51e9829c9755c138f5c4daccdd63b6c35212b84229419f3ccbe
+PKG_HASH:=14bfb259fd7d0a1fdce9b66f8ed2dd0b134d15019cb359699646afeee1f18118
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/cmake.mk