From: Nick Hainke Date: Tue, 25 Nov 2025 18:47:16 +0000 (+0100) Subject: tools/ninja: update to 1.13.2 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e7022ec14edb8c180930d2e1451304af636e804e;p=openwrt%2Fstaging%2Fxback.git tools/ninja: update to 1.13.2 Release Notes: https://github.com/ninja-build/ninja/releases/tag/v1.13.2 Link: https://github.com/openwrt/openwrt/pull/20935 Signed-off-by: Nick Hainke --- diff --git a/tools/ninja/Makefile b/tools/ninja/Makefile index 9634fce00d..7f173b29df 100644 --- a/tools/ninja/Makefile +++ b/tools/ninja/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ninja -PKG_VERSION:=1.13.1 +PKG_VERSION:=1.13.2 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/ninja-build/ninja PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=6e8b53c51243fbd1243736b8ebdc90e942c7ba91bea57bbae650ea2de534a7de +PKG_MIRROR_HASH:=592d95e3529d65bddd65a6f6ee831a762e3d7959d4ef64cd5f7e97c1becd2020 include $(INCLUDE_DIR)/host-build.mk