diff options
| author | Carsten Schuette | 2025-08-24 14:07:25 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-08-25 08:30:14 +0000 |
| commit | b2277e9babb202f830bcb2b34ea3a59899c052c0 (patch) | |
| tree | e548c4a6da7e7a835b21dcead1ff6d4fca6976ee | |
| parent | 48c7a40745c076fb5b237b38b3cc2ec314b15f3e (diff) | |
| download | openwrt-b2277e9babb202f830bcb2b34ea3a59899c052c0.tar.gz | |
mold: Update to 2.40.4
Update mold to 2.40.4
Release notes:
https://github.com/rui314/mold/releases/tag/v2.40.4
https://github.com/rui314/mold/releases/tag/v2.40.3
https://github.com/rui314/mold/releases/tag/v2.40.2
Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
Link: https://github.com/openwrt/openwrt/pull/19846
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -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 1bf8a888e0..8c3e33f38f 100644 --- a/tools/mold/Makefile +++ b/tools/mold/Makefile @@ -3,13 +3,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mold -PKG_VERSION:=2.40.1 +PKG_VERSION:=2.40.4 PKG_RELEASE:=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:=d1ce09a69941f8158604c3edcc96c7178231e7dba2da66b20f5ef6e112c443b7 +PKG_HASH:=69414c702ec1084e1fa8ca16da24f167f549e5e11e9ecd5d70a8dcda6f08c249 include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk |