summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2024-04-15 10:59:46 +0200
committerRobert Marko <robimarko@gmail.com>2024-04-16 21:52:57 +0200
commitac881ce59ab9dfb84ba361d83f1feca91eec0d20 (patch)
tree80ccfffa0ad551b8018e04967e5a6104700f0c19
parent1c32cee348f54e9f64b5928ee1a1efe491eec137 (diff)
downloadopenwrt-ac881ce59ab9dfb84ba361d83f1feca91eec0d20.tar.gz
openwrt-ac881ce59ab9dfb84ba361d83f1feca91eec0d20.tar.bz2
openwrt-ac881ce59ab9dfb84ba361d83f1feca91eec0d20.zip
tools: mold: update to 2.30.0
Release Notes: https://github.com/rui314/mold/releases/tag/v2.3.3 https://github.com/rui314/mold/releases/tag/v2.4.0 https://github.com/rui314/mold/releases/tag/v2.4.1 https://github.com/rui314/mold/releases/tag/v2.30.0 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--tools/mold/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mold/Makefile b/tools/mold/Makefile
index 418f04fb6b..b2a3231e67 100644
--- a/tools/mold/Makefile
+++ b/tools/mold/Makefile
@@ -3,12 +3,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mold
-PKG_VERSION:=2.3.2
+PKG_VERSION:=2.30.0
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:=db172c0e97606565a81e37995bf5c911606d3f3b9f3829e92cd26985c9b0ed3b
+PKG_HASH:=6e5178ccafe828fdb4ba0dd841d083ff6004d3cb41e56485143eb64c716345fd
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/cmake.mk