[openwrt/openwrt] mold: update to 2.38.1
LEDE Commits
lede-commits at lists.infradead.org
Fri May 2 05:59:59 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/15178d1c0f77ea5be2a526581ed915b964f89469
commit 15178d1c0f77ea5be2a526581ed915b964f89469
Author: Carsten Schuette <schuettecarsten at googlemail.com>
AuthorDate: Fri May 2 08:22:38 2025 +0200
mold: update to 2.38.1
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 at googlemail.com>
Link: https://github.com/openwrt/openwrt/pull/18679
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 0d475424e9..a2da6ebc92 100644
--- a/tools/mold/Makefile
+++ b/tools/mold/Makefile
@@ -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
More information about the lede-commits
mailing list