From patchwork Fri Mar 27 16:29:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 455499 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 9858F140188 for ; Sat, 28 Mar 2015 03:29:50 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B50679265D; Fri, 27 Mar 2015 16:29:49 +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 CXsyYl2ZKXwV; Fri, 27 Mar 2015 16:29:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4949492675; Fri, 27 Mar 2015 16:29:47 +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 2D6C81C2988 for ; Fri, 27 Mar 2015 16:29:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 26BF39265D for ; Fri, 27 Mar 2015 16:29: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 KX0i8YFK7iLz for ; Fri, 27 Mar 2015 16:29:42 +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 whitealder.osuosl.org (Postfix) with ESMTPS id B7FA092654 for ; Fri, 27 Mar 2015 16:29:42 +0000 (UTC) Received: from fwd06.aul.t-online.de (fwd06.aul.t-online.de [172.20.26.150]) by mailout12.t-online.de (Postfix) with SMTP id 78E049B52E for ; Fri, 27 Mar 2015 17:29:40 +0100 (CET) Received: from fli4l.lan.fli4l (Ssro44ZvQhTp+7C0KgbEaTMV6paZTBV1GaincOaS3stSDcsa8xPjGzjBzEkUKq7gJT@[79.247.159.137]) by fwd06.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1YbX8a-0MzmaG0; Fri, 27 Mar 2015 17:29:36 +0100 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:54857) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85) (envelope-from ) id 1YbX8Z-0000hM-6J; Fri, 27 Mar 2015 17:29:35 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Fri, 27 Mar 2015 17:29:29 +0100 Message-Id: <1427473772-26171-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: Ssro44ZvQhTp+7C0KgbEaTMV6paZTBV1GaincOaS3stSDcsa8xPjGzjBzEkUKq7gJT X-TOI-MSGID: 876dd4b2-685c-482c-9aaf-69a2a94132ae Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/4] package/kodi: bump to version 14.2-Helix 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: Bernd Kuhls --- package/kodi/kodi.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk index e0d49e6..ca8563d 100644 --- a/package/kodi/kodi.mk +++ b/package/kodi/kodi.mk @@ -4,7 +4,7 @@ # ################################################################################ -KODI_VERSION = 14.1-Helix +KODI_VERSION = 14.2-Helix KODI_SITE = $(call github,xbmc,xbmc,$(KODI_VERSION)) KODI_LICENSE = GPLv2 KODI_LICENSE_FILES = LICENSE.GPL