tools/ninja: update to 1.13.2
authorNick Hainke <[email protected]>
Tue, 25 Nov 2025 18:47:16 +0000 (19:47 +0100)
committerNick Hainke <[email protected]>
Wed, 26 Nov 2025 08:37:03 +0000 (09:37 +0100)
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 <[email protected]>
tools/ninja/Makefile

index 9634fce00ddf12d14e3da90141a5a236282a35c0..7f173b29df3255353b231d537e5063a1c6231f72 100644 (file)
@@ -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