[openwrt/openwrt] tools/ninja: update to 1.13.2

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 26 00:37:41 PST 2025


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e7022ec14edb8c180930d2e1451304af636e804e

commit e7022ec14edb8c180930d2e1451304af636e804e
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue Nov 25 19:47:16 2025 +0100

    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 <vincent at systemli.org>
---
 tools/ninja/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
 




More information about the lede-commits mailing list