wok rev 25129

updated ninja (1.10.0 -> 1.11.0)
author Hans-G?nter Theisgen
date Tue Jun 28 17:47:22 2022 +0100 (22 months ago)
parents 21560db18fe0
children 999b2a415099
files ninja/description.txt ninja/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ninja/description.txt	Tue Jun 28 17:47:22 2022 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +Ninja is a small build system with a focus on speed.
     1.5 +It differs from other build systems in two major respects:
     1.6 +it is designed to have its input files generated by a
     1.7 +higher-level build system, and
     1.8 +it is designed to run builds as fast as possible.
     2.1 --- a/ninja/receipt	Tue Jun 28 17:15:25 2022 +0100
     2.2 +++ b/ninja/receipt	Tue Jun 28 17:47:22 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ninja"
     2.7 -VERSION="1.10.0"
     2.8 +VERSION="1.11.0"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="A small build system with a focus on speed."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"