From aeff08170f2b0874744430be1a18e10e18a7676a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:06:02 +0000 Subject: [PATCH] ninja: Update to version 1.12.0 --- bucket/ninja.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ninja.json b/bucket/ninja.json index c6020a7d7e..23b1c555c1 100644 --- a/bucket/ninja.json +++ b/bucket/ninja.json @@ -1,12 +1,12 @@ { - "version": "1.11.1", + "version": "1.12.0", "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.1/ninja-win.zip", - "hash": "524b344a1a9a55005eaf868d991e090ab8ce07fa109f1820d40e74642e289abc" + "url": "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-win.zip", + "hash": "51d99be9ceea8835edf536d52d47fa4c316aa332e57f71a08df5bd059da11417" } }, "bin": "ninja.exe",