From patchwork Tue Jul 28 18:40:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 501423 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id C882B140D18 for ; Wed, 29 Jul 2015 04:55:36 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=DU9VX7oJ; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0BAAC91BD4; Tue, 28 Jul 2015 18:55:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Njp0q7JSCmVW; Tue, 28 Jul 2015 18:55:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9E4FA91BCE; Tue, 28 Jul 2015 18:55:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CFE5E1CE87B for ; Tue, 28 Jul 2015 18:55:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CAF1991B3B for ; Tue, 28 Jul 2015 18:55:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9TLg7NDvdKMb for ; Tue, 28 Jul 2015 18:55:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8B65C91BCE for ; Tue, 28 Jul 2015 18:55:32 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t6SItPoZ023707 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 28 Jul 2015 18:55:28 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1438109730; bh=WYWKFPRwexVBotoL9TyroaM1dGJV2//tSw212am7l8I=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=DU9VX7oJt4w9V+sQQ821DK93qLGA/zbkXNGPY8oSzZGmE1w0gfc2qtrwba35yorci rEAsP0AXEZ/Ws8zxtmOl7APBdgTfBMjwOJ9ZPTtdPSCXi1q/6GGM0z9drh0kKQt7sy 8/HG2Iidzl3J3oEltIx8I03AY+ZmjkZ2mtLPPOyk= Received: by asgard (sSMTP sendmail emulation); Tue, 28 Jul 2015 15:55:19 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 28 Jul 2015 15:40:21 -0300 Message-Id: <1438108854-11932-80-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.3.6 In-Reply-To: <1438108854-11932-1-git-send-email-gustavo@zacarias.com.ar> References: <1438108854-11932-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 080/113] pulseaudio: add hash file 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" Signed-off-by: Gustavo Zacarias --- package/pulseaudio/pulseaudio.hash | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 package/pulseaudio/pulseaudio.hash diff --git a/package/pulseaudio/pulseaudio.hash b/package/pulseaudio/pulseaudio.hash new file mode 100644 index 0000000..dad495e --- /dev/null +++ b/package/pulseaudio/pulseaudio.hash @@ -0,0 +1,3 @@ +# From http://freedesktop.org/software/pulseaudio/releases/pulseaudio-5.0.tar.xz.{md5,sha1} +md5 c43749838612f4860465e83ed62ca38e pulseaudio-5.0.tar.xz +sha1 e420931a0b9cf37331cd06e30ba415046317ab85 pulseaudio-5.0.tar.xz