From 88a075964613075a2a6f622774d5e5dcc4718df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 19 Aug 2020 09:42:47 +0200 Subject: [PATCH] ninja: Update to version 1.10.1 --- bucket/ninja.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ninja.json b/bucket/ninja.json index 20c3bc32af..e349304bb2 100644 --- a/bucket/ninja.json +++ b/bucket/ninja.json @@ -1,10 +1,10 @@ { - "homepage": "https://ninja-build.org/", + "version": "1.10.1", "description": "A small build system with a focus on speed.", + "homepage": "https://ninja-build.org/", "license": "Apache-2.0", - "version": "1.10.0", - "url": "https://github.com/ninja-build/ninja/releases/download/v1.10.0/ninja-win.zip", - "hash": "919fd158c16bf135e8a850bb4046ec1ce28a7439ee08b977cd0b7f6b3463d178", + "url": "https://github.com/ninja-build/ninja/releases/download/v1.10.1/ninja-win.zip", + "hash": "5d1211ea003ec9760ad7f5d313ebf0b659d4ffafa221187d2b4444bc03714a33", "bin": "ninja.exe", "checkver": { "github": "https://github.com/ninja-build/ninja"