- Update from version 1.12.1 to 1.13.1
- No change in rootfile
- Changelog
    1.13.1
        Fix LINK : fatal error LNK1104: cannot open file on Windows in some 
cases #2616
        Compatibility with older distros for Linux ARM version #2619
        Restore "multiple rules generate" error with dyndep #2621
    1.13.0
        Ninja now automatically joins a GNU Make jobserver as a client (version 
4.4 on
         non-Windows systems required for "fifo" style) #1139
        Print exit code of failed subcommands #1507
        New tool ninja -t compdb-targets like compdb, but takes a list of 
targets
         instead of rules #1544
        Support for ANSI (color) escape codes in NINJA_STATUS #713

Signed-off-by: Adolf Belka <[email protected]>
---
 lfs/ninja | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/ninja b/lfs/ninja
index 50e97f69f..1d502d051 100644
--- a/lfs/ninja
+++ b/lfs/ninja
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.12.1
+VER        = 1.13.1
 
 THISAPP    = ninja-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 
915545888cbd7d9e6e7e4fb0bad42f6c36ecef2de93356966541de0f8f4315e59e47cf20f189de5de11ba2a038488c7964ec709bad8868488cc03524a88483f4
+$(DL_FILE)_BLAKE2 = 
610faa82e23ad23ec949f8a75cb4d8533c654bbfea63f2105e214d49cbf739af29d3ceebb4ead52693c7d925220817970073cd14ac8e948c5130b9ecfbac26ba
 
 install : $(TARGET)
 
-- 
2.51.1


Reply via email to