From 765b4a03126a8d62242a5d9b7e2025aebb71cd1b Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Wed, 19 Aug 2020 04:38:23 +0900 Subject: [PATCH] ninja: update to 1.10.1 Signed-off-by: Sora Morimoto --- srcpkgs/ninja/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ninja/template b/srcpkgs/ninja/template index 66260c02b01..b767160321c 100644 --- a/srcpkgs/ninja/template +++ b/srcpkgs/ninja/template @@ -1,6 +1,6 @@ # Template file for 'ninja' pkgname=ninja -version=1.10.0 +version=1.10.1 revision=1 hostmakedepends="python asciidoc" short_desc="Small build system with a focus on speed" @@ -8,7 +8,7 @@ maintainer="Duncaen " license="Apache-2.0" homepage="https://ninja-build.org/" distfiles="https://github.com/martine/ninja/archive/v${version}.tar.gz" -checksum=3810318b08489435f8efc19c05525e80a993af5a55baa0dfeae0465a9d45f99f +checksum=a6b6f7ac360d4aabd54e299cc1d8fa7b234cd81b9401693da21221c62569a23e do_configure() { # Skip rebuild with bootstrapped ninja until build phase: