diff options
author | Nick Hainke <vincent@systemli.org> | 2023-10-12 12:01:07 +0200 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2023-10-14 08:01:24 +0200 |
commit | f5e66b5fd9a524d207386fa8ecd4535964a616e5 (patch) | |
tree | 579992f04deb4fae320e6d74d9e1002297c312b0 | |
parent | 9188c77cbee55a933d0fa75c74e175fbc52c556d (diff) |
tools/mold: update to 2.2.0
Release Notes:
https://github.com/rui314/mold/releases/tag/v2.2.0
Signed-off-by: Nick Hainke <vincent@systemli.org>
-rw-r--r-- | tools/mold/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |