From patchwork Sun Nov 2 16:24:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 405950 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 0E6A91400A8 for ; Mon, 3 Nov 2014 03:25:14 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A59AA9550B; Sun, 2 Nov 2014 16:25:12 +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 Vlz-7TIA643T; Sun, 2 Nov 2014 16:25:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 28210954B6; Sun, 2 Nov 2014 16:25:11 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id E04171BFA9F for ; Sun, 2 Nov 2014 16:25:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id DCAED2F9CA for ; Sun, 2 Nov 2014 16:25:09 +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 qDUf66JOoOpQ for ; Sun, 2 Nov 2014 16:25:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by silver.osuosl.org (Postfix) with ESMTPS id 9136D2F479 for ; Sun, 2 Nov 2014 16:25:08 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id n12so4150591wgh.13 for ; Sun, 02 Nov 2014 08:25:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=BDw51ZzbPo+15KYQXhZ859POkO85fD0N/zeW2lO4Cw8=; b=wNqLhclc5vq6mzubA0mpc5ITGJ7PTDyVRNXrBuCkxj3rJX6bMPO5jmO+SDLsmjPLgq nAwyXhFvRUCXLqAVZyO93fM8KYtDu8YM60XjnW2/8pxUra5e6ldG0bbVPri3x3TdPODW y4Cyr236Wvg2HnrvlM+/t6bQ0bOGXUI15Dgi2GUTGtoOo+r6cRw1nknwZRhFyj3hqq6f gLfEY0GG++dRbyWqef3dJEZwbZ+j3zzvVX5K2WX/GtvgG8zTfVEO2EkaR/4lHJNu6zlO aEPoNtRvL/uHOkhXekFj9vocCjUd5ktxgmQSwwCLhGCYm59gKDMaAuW+xH4SLHXV4RQv U6iw== X-Received: by 10.180.98.170 with SMTP id ej10mr1098614wib.74.1414945507114; Sun, 02 Nov 2014 08:25:07 -0800 (PST) Received: from localhost.localdomain (13-105-190-109.dsl.ovh.fr. [109.190.105.13]) by mx.google.com with ESMTPSA id q9sm5694501wix.6.2014.11.02.08.25.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 02 Nov 2014 08:25:06 -0800 (PST) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 2 Nov 2014 17:24:55 +0100 Message-Id: <1414945495-22530-1-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.1 In-Reply-To: References: Subject: [Buildroot] [PATCH] lttng-tools: Update hash file after silent update 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" The tarballs for 2.5.1 have been silently updated by upstream at '2014-10-31 15:35'. This fixes: http://autobuild.buildroot.net/results/a2a/a2ab3c526a3f67371524e1b076512cf1f8058c72/build-end.log Signed-off-by Maxime Hadjinlian Cc: Romain Naour Reviewed-by: Romain Naour --- Thanks to Romain Naour for pointing this out on IRC. --- package/lttng-tools/lttng-tools.hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lttng-tools/lttng-tools.hash b/package/lttng-tools/lttng-tools.hash index c0c4bc1..92a4401 100644 --- a/package/lttng-tools/lttng-tools.hash +++ b/package/lttng-tools/lttng-tools.hash @@ -1,2 +1,2 @@ # Locally generated -sha256 3c6511e6ceef975cfe36b5644ab9bfaa6780c71b1d2551718279823924429739 lttng-tools-2.5.1.tar.bz2 +sha256 1084ce1fac0030cb5e0e3e117002444ceb9f94d6a15a6cce6607c480eca9b21b lttng-tools-2.5.1.tar.bz2