From patchwork Mon Aug 13 20:02:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 177054 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id D1E612C007C for ; Tue, 14 Aug 2012 06:04:25 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6082D101AA3; Mon, 13 Aug 2012 20:04:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UlIaf3JZgYP6; Mon, 13 Aug 2012 20:04:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7A190101A8C; Mon, 13 Aug 2012 20:04:04 +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 E510E8F753 for ; Mon, 13 Aug 2012 20:04:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C7E218AA92 for ; Mon, 13 Aug 2012 20:04:02 +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 qgB6sq4jxRfh for ; Mon, 13 Aug 2012 20:03:46 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1CCC58C877 for ; Mon, 13 Aug 2012 20:03:23 +0000 (UTC) Received: from asgard (host168.200-117-169.telecom.net.ar [200.117.169.168]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q7DK3Hh9019398 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Aug 2012 20:03:19 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1344888201; bh=fO7yaSvtbTUCxmKT7Grq47kdJTOLFqPfyWdFH4re9bQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=LQrB0lQMBlBIIUCBoDKfGePotZYveBpKT3gE0naIBBarUd5XBCxRlTZmlkT7tsbSV qaFc1xZKyEnSXtx5EiU5l2J15XZyBLgsedrqVGmIXYLodNq4hlTF3KgW+WLhy7W/rf s8jluXU0CFf2uIzALdCIAWt/mFpX3mhbR7WW47zA= Received: by asgard (sSMTP sendmail emulation); Mon, 13 Aug 2012 17:03:16 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 13 Aug 2012 17:02:41 -0300 Message-Id: <1344888161-10068-7-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1344888161-10068-1-git-send-email-gustavo@zacarias.com.ar> References: <1344888161-10068-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 7/7] mpd: bump to version 0.17.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/multimedia/mpd/mpd.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/multimedia/mpd/mpd.mk b/package/multimedia/mpd/mpd.mk index 54a5ba7..bf4610e 100644 --- a/package/multimedia/mpd/mpd.mk +++ b/package/multimedia/mpd/mpd.mk @@ -4,7 +4,7 @@ # ############################################################# -MPD_VERSION = 0.17 +MPD_VERSION = 0.17.1 MPD_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/musicpd/mpd/$(MPD_VERSION) MPD_DEPENDENCIES = host-pkg-config libglib2 MPD_LICENSE = GPLv2