summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-11-11 04:29:07 +0100
committerNick Hainke <vincent@systemli.org>2023-12-04 13:24:50 +0100
commit8bc448eff5017539fe0cc80226ae168e902d54e2 (patch)
treee2d7cff8f03334a14c9f778bd5cb4b0d11517ca2 /tools
parent39bdcec0113984fd9087379ae3937daefe04e077 (diff)
downloadopenwrt-8bc448eff5017539fe0cc80226ae168e902d54e2.tar.gz
openwrt-8bc448eff5017539fe0cc80226ae168e902d54e2.tar.bz2
openwrt-8bc448eff5017539fe0cc80226ae168e902d54e2.zip
tools/mold: update to 2.3.2
Release Notes: https://github.com/rui314/mold/releases/tag/v2.3.2 Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/mold/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mold/Makefile b/tools/mold/Makefile
index e9ad9c6035..418f04fb6b 100644
--- a/tools/mold/Makefile
+++ b/tools/mold/Makefile
@@ -3,12 +3,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mold
-PKG_VERSION:=2.3.1
+PKG_VERSION:=2.3.2
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:=380f540114408c37bcdb7f3bda91a056448a93124ca6992a373ae2bda35e9af7
+PKG_HASH:=db172c0e97606565a81e37995bf5c911606d3f3b9f3829e92cd26985c9b0ed3b
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/cmake.mk