From 9ba293c6680a2f2fa52b8480e4d6bcec9f100023 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 8 Nov 2016 20:03:21 +0100 Subject: [PATCH] ninja: update to 1.7.2. --- srcpkgs/ninja/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ninja/template b/srcpkgs/ninja/template index 9a6726d21f9..23b67fb1d74 100644 --- a/srcpkgs/ninja/template +++ b/srcpkgs/ninja/template @@ -1,14 +1,14 @@ # Template file for 'ninja' pkgname=ninja -version=1.7.1 +version=1.7.2 revision=1 hostmakedepends="python asciidoc" short_desc="Small build system with a focus on speed" maintainer="Juan RP " license="Apache-2.0" -homepage="http://martine.github.io/ninja/" +homepage="https://ninja-build.org/" distfiles="https://github.com/martine/ninja/archive/v${version}.tar.gz" -checksum=51581de53cf4705b89eb6b14a85baa73288ad08bff256e7d30d529155813be19 +checksum=2edda0a5421ace3cf428309211270772dd35a91af60c96f93f90df6bc41b16d9 do_configure() { # Skip rebuild with bootstrapped ninja until build phase: