From: Nick Hainke Date: Thu, 12 Oct 2023 10:01:07 +0000 (+0200) Subject: tools/mold: update to 2.2.0 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f5e66b5fd9a524d207386fa8ecd4535964a616e5;p=openwrt%2Fstaging%2Fpepe2k.git tools/mold: update to 2.2.0 Release Notes: https://github.com/rui314/mold/releases/tag/v2.2.0 Signed-off-by: Nick Hainke --- diff --git a/tools/mold/Makefile b/tools/mold/Makefile index b266cea77d..c82aa78161 100644 --- a/tools/mold/Makefile +++ b/tools/mold/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mold -PKG_VERSION:=2.1.0 +PKG_VERSION:=2.2.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:=a32bec1282671b18ea4691855aed925ea2f348dfef89cb7689cd81273ea0c5df +PKG_HASH:=78ddddaaa004e50f8d92a13d8e792a46a1b37745fab48d39ad16aeb5a776e7c6 include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk