From patchwork Thu Aug 20 18:02:47 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 509129 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 171B01402AC for ; Fri, 21 Aug 2015 04:03:01 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5D7EA95C0A; Thu, 20 Aug 2015 18:03:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vW-yI5m9nGOb; Thu, 20 Aug 2015 18:02:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B876F95B83; Thu, 20 Aug 2015 18:02:59 +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 979151C172B for ; Thu, 20 Aug 2015 18:02:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 92F7E88D87 for ; Thu, 20 Aug 2015 18:02:58 +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 0izikdpFCLZy for ; Thu, 20 Aug 2015 18:02:57 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by whitealder.osuosl.org (Postfix) with ESMTPS id 09AFC90FB8 for ; Thu, 20 Aug 2015 18:02:56 +0000 (UTC) Received: from fwd21.aul.t-online.de (fwd21.aul.t-online.de [172.20.27.66]) by mailout03.t-online.de (Postfix) with SMTP id 2470E6181F5 for ; Thu, 20 Aug 2015 20:02:54 +0200 (CEST) Received: from fli4l.lan.fli4l (SUY3D0ZarhxLgvkESocNCc07e9bgvnhFCCVfarzmviFwek1xvpz8yZ1Ueu94T6iQfq@[79.247.153.182]) by fwd21.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1ZSUAv-0RafFg0; Thu, 20 Aug 2015 20:02:53 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:44568 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1ZSUAu-0000Gg-Od; Thu, 20 Aug 2015 20:02:53 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Thu, 20 Aug 2015 20:02:47 +0200 Message-Id: <1440093768-18254-3-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1440093768-18254-1-git-send-email-bernd.kuhls@t-online.de> References: <1440093768-18254-1-git-send-email-bernd.kuhls@t-online.de> X-ID: SUY3D0ZarhxLgvkESocNCc07e9bgvnhFCCVfarzmviFwek1xvpz8yZ1Ueu94T6iQfq X-TOI-MSGID: ea89797a-f0c3-40d1-9d91-b713de9d7bd2 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH/next 3/4] package/kodi: bump to version 15.1-Isengard 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 6399ff1..d91073f 100644 --- a/package/kodi/kodi.mk +++ b/package/kodi/kodi.mk @@ -4,7 +4,7 @@ # ################################################################################ -KODI_VERSION = 15.0-Isengard +KODI_VERSION = 15.1-Isengard KODI_SITE = $(call github,xbmc,xbmc,$(KODI_VERSION)) KODI_LICENSE = GPLv2 KODI_LICENSE_FILES = LICENSE.GPL