From patchwork Thu Dec 18 18:42:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 422637 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 0BAEB14009B for ; Fri, 19 Dec 2014 05:42:47 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EDD3E9126F; Thu, 18 Dec 2014 18:42:46 +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 bEvi4y03yPMm; Thu, 18 Dec 2014 18:42:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id AF2269122B; Thu, 18 Dec 2014 18:42:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 0D66B1C267B for ; Thu, 18 Dec 2014 18:42:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 07D059122B for ; Thu, 18 Dec 2014 18:42:44 +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 f8fHhodfTsWk for ; Thu, 18 Dec 2014 18:42:42 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id A6E3A9122A for ; Thu, 18 Dec 2014 18:42:41 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id sBIIgZwk011968 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 18 Dec 2014 18:42:38 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1418928160; bh=O3Vizv4O0QeI3XjiEeGwS9zLQHzxcL8FKnCagE2b5L8=; h=From:To:Cc:Subject:Date; b=nHOjmfy19mzA2T5qvvUgpYK2MsfhMlm7YmRUSvpPvgfkgrkcs1QjaVlyO0pYdN78g f0GXDqMFdcNY5K2O0ZUkRTEs8lV9F8S0pyx7yE7z1mAB0YsqigL9oMk46DpyhfEeZG 62ilgR2G4qhxV1GaFzqsiLy1zc7+35UeujvZFgvs= Received: by asgard (sSMTP sendmail emulation); Thu, 18 Dec 2014 15:42:29 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 18 Dec 2014 15:42:29 -0300 Message-Id: <1418928149-24581-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.4 X-Virus-Scanned: clamav-milter 0.98.5 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] mpd: bump to version 0.19.7 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/mpd/mpd.hash | 2 +- package/mpd/mpd.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/mpd/mpd.hash b/package/mpd/mpd.hash index 02590fa..51d5fbb 100644 --- a/package/mpd/mpd.hash +++ b/package/mpd/mpd.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 fac25376ee46b89249ee28a1ae13b2d5d1df7ff62464340c33c077015364d1e0 mpd-0.19.6.tar.xz +sha256 16d96332ec09d58ae2b914cfa509862e5f5b854dd52fdd6bda7336d66e888278 mpd-0.19.7.tar.xz diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk index 132ad44..2e664a3 100644 --- a/package/mpd/mpd.mk +++ b/package/mpd/mpd.mk @@ -5,7 +5,7 @@ ################################################################################ MPD_VERSION_MAJOR = 0.19 -MPD_VERSION = $(MPD_VERSION_MAJOR).6 +MPD_VERSION = $(MPD_VERSION_MAJOR).7 MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz MPD_SITE = http://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR) MPD_DEPENDENCIES = host-pkgconf boost libglib2