From: Adolf Belka Date: Wed, 21 Jan 2026 13:39:04 +0000 (+0100) Subject: ninja: Update to version 1.13.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e1295cabb4a033fa36e0a2c9f4c5753acdaaedb;p=ipfire-2.x.git ninja: Update to version 1.13.2 - Update from version 1.13.1 to 1.13.2 - No change to rootfile - Changelog 1.13.2 Fix Ninja exit code when interrupted (issue #2681) #2690 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/lfs/ninja b/lfs/ninja index 1d502d051..b6fbd7cdb 100644 --- a/lfs/ninja +++ b/lfs/ninja @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.13.1 +VER = 1.13.2 THISAPP = ninja-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 610faa82e23ad23ec949f8a75cb4d8533c654bbfea63f2105e214d49cbf739af29d3ceebb4ead52693c7d925220817970073cd14ac8e948c5130b9ecfbac26ba +$(DL_FILE)_BLAKE2 = 3418c756386a277f2a280b39f378e1bb944c4f9664254c69066de0d73a274b7faa9b688c475337b28ef24e279b5533ed990479c0cc900dcf38b0562acbdaa322 install : $(TARGET)