# HG changeset patch # User Hans-G?nter Theisgen # Date 1656434842 -3600 # Node ID f3f4f971f674de5bb2b439c661b9018cf3a33049 # Parent 21560db18fe05435c9c9109a5e586b1d50cdd9bf updated ninja (1.10.0 -> 1.11.0) diff -r 21560db18fe0 -r f3f4f971f674 ninja/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ninja/description.txt Tue Jun 28 17:47:22 2022 +0100 @@ -0,0 +1,5 @@ +Ninja is a small build system with a focus on speed. +It differs from other build systems in two major respects: +it is designed to have its input files generated by a +higher-level build system, and +it is designed to run builds as fast as possible. diff -r 21560db18fe0 -r f3f4f971f674 ninja/receipt --- a/ninja/receipt Tue Jun 28 17:15:25 2022 +0100 +++ b/ninja/receipt Tue Jun 28 17:47:22 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ninja" -VERSION="1.10.0" +VERSION="1.11.0" CATEGORY="development" SHORT_DESC="A small build system with a focus on speed." MAINTAINER="pascal.bellard@slitaz.org"