From 55a702f6dd683da312037d47644e6a2ff96b473a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 30 May 2018 07:59:12 +0200 Subject: [PATCH] ninja: update HOMEPAGE. --- dev-util/ninja/ninja-1.8.2.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/ninja/ninja-1.8.2.recipe b/dev-util/ninja/ninja-1.8.2.recipe index c21f8d40d..852a7809d 100644 --- a/dev-util/ninja/ninja-1.8.2.recipe +++ b/dev-util/ninja/ninja-1.8.2.recipe @@ -6,10 +6,10 @@ run builds as fast as possible. Ninja's low-level approach makes it perfect for embedding into more featureful \ build systems. Via gyp it can build Chrome and v8 and node.js etc.; via CMake \ it can build LLVM, KDE, Blender, etc." -HOMEPAGE="http://martine.github.io/ninja/" +HOMEPAGE="https://ninja-build.org/" COPYRIGHT="2012-2017 Google Inc." LICENSE="Apache v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/martine/ninja/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="86b8700c3d0880c2b44c2ff67ce42774aaf8c28cbf57725cb881569288c1c6f4" PATCHES="ninja-$portVersion.patchset"