From patchwork Wed Sep 13 12:52:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 813423 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xshQq3Tv4z9sNr for ; Wed, 13 Sep 2017 22:52:51 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8C1DA83284; Wed, 13 Sep 2017 12:52:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EnWLH-EysnTO; Wed, 13 Sep 2017 12:52:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5262D8A113; Wed, 13 Sep 2017 12:52:47 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 9D84E1CEB72 for ; Wed, 13 Sep 2017 12:52:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 9804D30C1B for ; Wed, 13 Sep 2017 12:52:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AkIX-vx7OFkx for ; Wed, 13 Sep 2017 12:52:45 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by silver.osuosl.org (Postfix) with ESMTPS id 6E4BD30C1A for ; Wed, 13 Sep 2017 12:52:45 +0000 (UTC) Received: from fwd24.aul.t-online.de (fwd24.aul.t-online.de [172.20.26.129]) by mailout01.t-online.de (Postfix) with SMTP id 7628142289C1; Wed, 13 Sep 2017 14:52:43 +0200 (CEST) Received: from fli4l.lan.fli4l (r4W2FwZXrh+ThGq0GhqCIkyzkgSPXl9Ifaz00PsBfyg7Lrngqyr2d+9wc7U8Y5xZ6x@[79.228.1.99]) by fwd24.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1ds79j-0rTBcu0; Wed, 13 Sep 2017 14:52:39 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:38402 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1ds79i-0000dc-Sq; Wed, 13 Sep 2017 14:52:39 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 13 Sep 2017 14:52:38 +0200 Message-Id: <20170913125238.17879-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: r4W2FwZXrh+ThGq0GhqCIkyzkgSPXl9Ifaz00PsBfyg7Lrngqyr2d+9wc7U8Y5xZ6x X-TOI-MSGID: 4ee11365-d1c1-4951-8fce-bdcb69b8a0c1 Cc: Eric Le Bihan Subject: [Buildroot] [PATCH 1/1] package/ninja: bump version to 1.8.2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Changelog: https://groups.google.com/forum/#!topic/ninja-build/Xt3NdAA0KQU/discussion Signed-off-by: Bernd Kuhls --- package/ninja/ninja.hash | 2 +- package/ninja/ninja.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/ninja/ninja.hash b/package/ninja/ninja.hash index 4c666e3065..6334c0420b 100644 --- a/package/ninja/ninja.hash +++ b/package/ninja/ninja.hash @@ -1,2 +1,2 @@ # Locally generated -sha256 2edda0a5421ace3cf428309211270772dd35a91af60c96f93f90df6bc41b16d9 ninja-v1.7.2.tar.gz +sha256 86b8700c3d0880c2b44c2ff67ce42774aaf8c28cbf57725cb881569288c1c6f4 ninja-v1.8.2.tar.gz diff --git a/package/ninja/ninja.mk b/package/ninja/ninja.mk index b27f9cf341..259a87d216 100644 --- a/package/ninja/ninja.mk +++ b/package/ninja/ninja.mk @@ -4,7 +4,7 @@ # ################################################################################ -NINJA_VERSION = v1.7.2 +NINJA_VERSION = v1.8.2 NINJA_SITE = $(call github,ninja-build,ninja,$(NINJA_VERSION)) NINJA_LICENSE = Apache-2.0 NINJA_LICENSE_FILES = COPYING