From 443829670ef5004bfff4586638609974a7336f63 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Feb 2025 21:26:13 +0000 Subject: [PATCH] ninja: Update to 1.12.1 Signed-off-by: Michael Tremer --- ninja/ninja.nm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ninja/ninja.nm b/ninja/ninja.nm index d2caa7a6c..f5491e921 100644 --- a/ninja/ninja.nm +++ b/ninja/ninja.nm @@ -4,7 +4,7 @@ ############################################################################### name = ninja -version = 1.11.1 +version = 1.12.1 release = 1 groups = Applications/System @@ -19,7 +19,11 @@ description fast as possible. end -source_dl = https://github.com/martine/ninja/archive/v%{version}/ +# This project is hosted on GitHub +github_organization = martine +github_version = v%{version} + +source_dl = %{github_url} build requires -- 2.47.3