From 98001596c48a9c7535189a6820dc26382960ca86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:31:12 +0000 Subject: [PATCH] ninja: Update to version 1.11.1 --- bucket/ninja.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ninja.json b/bucket/ninja.json index 5d4122e03a..c6020a7d7e 100644 --- a/bucket/ninja.json +++ b/bucket/ninja.json @@ -1,12 +1,12 @@ { - "version": "1.11.0", + "version": "1.11.1", "description": "A small build system with a focus on speed.", "homepage": "https://ninja-build.org/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/ninja-build/ninja/releases/download/v1.11.0/ninja-win.zip", - "hash": "d0ee3da143211aa447e750085876c9b9d7bcdd637ab5b2c5b41349c617f22f3b" + "url": "https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-win.zip", + "hash": "524b344a1a9a55005eaf868d991e090ab8ce07fa109f1820d40e74642e289abc" } }, "bin": "ninja.exe",