summaryrefslogtreecommitdiffstats
path: root/tools/mold
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2023-10-21 11:08:44 +0200
committerNick Hainke <vincent@systemli.org>2023-10-22 10:00:00 +0200
commit997bbc8a9401cbac07d4241e3baa9b920505bbca (patch)
tree2e15a8862435f37e24f719ddd51a0347d3aba04e /tools/mold
parentbb8fd41f9a6775734882fe9707f7ad5e5edfbf9e (diff)
downloadopenwrt-997bbc8a9401cbac07d4241e3baa9b920505bbca.tar.gz
openwrt-997bbc8a9401cbac07d4241e3baa9b920505bbca.tar.bz2
openwrt-997bbc8a9401cbac07d4241e3baa9b920505bbca.zip
tools: mold: update to v2.3.1
Release notes: https://github.com/rui314/mold/releases/tag/v2.3.0 https://github.com/rui314/mold/releases/tag/v2.3.1 Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'tools/mold')
-rw-r--r--tools/mold/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mold/Makefile b/tools/mold/Makefile
index c82aa78161..e9ad9c6035 100644
--- a/tools/mold/Makefile
+++ b/tools/mold/Makefile
@@ -3,12 +3,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mold
-PKG_VERSION:=2.2.0
+PKG_VERSION:=2.3.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:=78ddddaaa004e50f8d92a13d8e792a46a1b37745fab48d39ad16aeb5a776e7c6
+PKG_HASH:=380f540114408c37bcdb7f3bda91a056448a93124ca6992a373ae2bda35e9af7
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/cmake.mk