From patchwork Thu Apr 3 19:01:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 336714 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 D5C7914008D for ; Fri, 4 Apr 2014 06:02:03 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 328508BE87; Thu, 3 Apr 2014 19:02:00 +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 QU0KMKWM0o3C; Thu, 3 Apr 2014 19:01:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 810C38BE83; Thu, 3 Apr 2014 19:01:57 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 626D31C2AD2 for ; Thu, 3 Apr 2014 19:01:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5F65D8BE36 for ; Thu, 3 Apr 2014 19:01:51 +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 Sk0wseOAud_N for ; Thu, 3 Apr 2014 19:01:50 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 5BF3D8BE27 for ; Thu, 3 Apr 2014 19:01:50 +0000 (UTC) Received: from fwd04.aul.t-online.de (fwd04.aul.t-online.de [172.20.26.149]) by mailout12.t-online.de (Postfix) with SMTP id 27FFB46A6DF for ; Thu, 3 Apr 2014 21:01:48 +0200 (CEST) Received: from fli4l.lan.fli4l (GEbOQ6Zrrh6bb3-n48AFMx4jfsbQXmoP8l8vePjdpEqzcG8e7+SBtDRGcLXSPxgwHl@[79.247.166.166]) by fwd04.t-online.de with esmtp id 1WVmtW-21tvKi0; Thu, 3 Apr 2014 21:01:46 +0200 Received: from [192.168.1.122] (port=43827 helo=fli4lbuild64.lan.fli4l) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1) (envelope-from ) id 1WVmtV-0004C8-Kv; Thu, 03 Apr 2014 21:01:45 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Thu, 3 Apr 2014 21:01:05 +0200 Message-Id: <1396551692-12371-11-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1396551692-12371-1-git-send-email-bernd.kuhls@t-online.de> References: <1396551692-12371-1-git-send-email-bernd.kuhls@t-online.de> X-ID: GEbOQ6Zrrh6bb3-n48AFMx4jfsbQXmoP8l8vePjdpEqzcG8e7+SBtDRGcLXSPxgwHl X-TOI-MSGID: 437f3f3a-860f-44b6-8141-208a02daca87 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH v4 10/37] taglib: version bump 1.9.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: Bernd Kuhls --- package/taglib/taglib.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/taglib/taglib.mk b/package/taglib/taglib.mk index c04c88b..8e6a3bd 100644 --- a/package/taglib/taglib.mk +++ b/package/taglib/taglib.mk @@ -4,8 +4,8 @@ # ################################################################################ -TAGLIB_VERSION = 1.8 -TAGLIB_SITE = http://github.com/downloads/taglib/taglib +TAGLIB_VERSION = 1.9.1 +TAGLIB_SITE = http://taglib.github.io/releases TAGLIB_INSTALL_STAGING = YES TAGLIB_LICENSE = LGPLv2.1 MPL TAGLIB_LICENSE_FILES = COPYING.LGPL COPYING.MPL