Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/kodi-pvr-dvbviewer: bump version to 2.4.14-Krypton
@ 2018-01-06 17:25 Bernd Kuhls
  2018-01-06 17:25 ` [Buildroot] [PATCH 2/4] package/kodi-pvr-vuplus: bump version to 2.4.12-Krypton Bernd Kuhls
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bernd Kuhls @ 2018-01-06 17:25 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.hash | 2 +-
 package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.hash b/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.hash
index ccb45219cc..017bd8360a 100644
--- a/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.hash
+++ b/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 4332fa50172409271909c90a8f923eb336ff93b0a7d61b183ce84d6975fa622e  kodi-pvr-dvbviewer-2.4.11-Krypton.tar.gz
+sha256 f1cd26234e33a027d1ef2f3ea7b5f33be3a8aff9a7bf0117ee4bdfcf1e18fd9f  kodi-pvr-dvbviewer-2.4.14-Krypton.tar.gz
diff --git a/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.mk b/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.mk
index 0c62c5a5b9..bc37de7545 100644
--- a/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.mk
+++ b/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.mk
@@ -6,7 +6,7 @@
 
 # This cset is on the branch 'Krypton'
 # When Kodi is updated, then this should be updated to the corresponding branch
-KODI_PVR_DVBVIEWER_VERSION = 2.4.11-Krypton
+KODI_PVR_DVBVIEWER_VERSION = 2.4.14-Krypton
 KODI_PVR_DVBVIEWER_SITE = $(call github,kodi-pvr,pvr.dvbviewer,$(KODI_PVR_DVBVIEWER_VERSION))
 KODI_PVR_DVBVIEWER_LICENSE = GPL-2.0+
 KODI_PVR_DVBVIEWER_LICENSE_FILES = src/client.h
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/4] package/kodi-pvr-vuplus: bump version to 2.4.12-Krypton
  2018-01-06 17:25 [Buildroot] [PATCH 1/4] package/kodi-pvr-dvbviewer: bump version to 2.4.14-Krypton Bernd Kuhls
@ 2018-01-06 17:25 ` Bernd Kuhls
  2018-01-06 17:25 ` [Buildroot] [PATCH 3/4] package/kodi-skin-confluence: bump version to 3.1.47 Bernd Kuhls
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2018-01-06 17:25 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi-pvr-vuplus/kodi-pvr-vuplus.hash | 2 +-
 package/kodi-pvr-vuplus/kodi-pvr-vuplus.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/kodi-pvr-vuplus/kodi-pvr-vuplus.hash b/package/kodi-pvr-vuplus/kodi-pvr-vuplus.hash
index 7c91e36066..f4f6756931 100644
--- a/package/kodi-pvr-vuplus/kodi-pvr-vuplus.hash
+++ b/package/kodi-pvr-vuplus/kodi-pvr-vuplus.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 79cd3ea79957ae2bca67c9a1cefe3546f27a6d4e88adb4973bb08228425be2fe  kodi-pvr-vuplus-2.4.10-Krypton.tar.gz
+sha256 a8c7345e4e2e415e29c21f14460b257dfbe08ed5ecf1cc2dc6bc393a10f95cf3  kodi-pvr-vuplus-2.4.12-Krypton.tar.gz
diff --git a/package/kodi-pvr-vuplus/kodi-pvr-vuplus.mk b/package/kodi-pvr-vuplus/kodi-pvr-vuplus.mk
index e99f2260fa..581d884caa 100644
--- a/package/kodi-pvr-vuplus/kodi-pvr-vuplus.mk
+++ b/package/kodi-pvr-vuplus/kodi-pvr-vuplus.mk
@@ -6,7 +6,7 @@
 
 # This cset is on the branch 'Krypton'
 # When Kodi is updated, then this should be updated to the corresponding branch
-KODI_PVR_VUPLUS_VERSION = 2.4.10-Krypton
+KODI_PVR_VUPLUS_VERSION = 2.4.12-Krypton
 KODI_PVR_VUPLUS_SITE = $(call github,kodi-pvr,pvr.vuplus,$(KODI_PVR_VUPLUS_VERSION))
 KODI_PVR_VUPLUS_LICENSE = GPL-2.0+
 KODI_PVR_VUPLUS_LICENSE_FILES = src/client.h
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 3/4] package/kodi-skin-confluence: bump version to 3.1.47
  2018-01-06 17:25 [Buildroot] [PATCH 1/4] package/kodi-pvr-dvbviewer: bump version to 2.4.14-Krypton Bernd Kuhls
  2018-01-06 17:25 ` [Buildroot] [PATCH 2/4] package/kodi-pvr-vuplus: bump version to 2.4.12-Krypton Bernd Kuhls
@ 2018-01-06 17:25 ` Bernd Kuhls
  2018-01-06 17:25 ` [Buildroot] [PATCH 4/4] package/kodi-peripheral-joystick: bump version to v1.3.4 Bernd Kuhls
  2018-01-07 14:17 ` [Buildroot] [PATCH 1/4] package/kodi-pvr-dvbviewer: bump version to 2.4.14-Krypton Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2018-01-06 17:25 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi-skin-confluence/kodi-skin-confluence.hash | 2 +-
 package/kodi-skin-confluence/kodi-skin-confluence.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/kodi-skin-confluence/kodi-skin-confluence.hash b/package/kodi-skin-confluence/kodi-skin-confluence.hash
index 276b000fd7..2dabbbd4c2 100644
--- a/package/kodi-skin-confluence/kodi-skin-confluence.hash
+++ b/package/kodi-skin-confluence/kodi-skin-confluence.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 49ae60f397e3cac08dc0e9c027bc39a3936ccd27b956d7a43bf2424a07f162ec  kodi-skin-confluence-96bed03570a90d4fdfb96ab71de9a51ceedd03fb.tar.gz
+sha256 1fa8ebeec269e678111f64bec373d98e34b4ba1b32e583a505431b2562910ba0  kodi-skin-confluence-37bba429adc16d49a07add08de406682e1cc673a.tar.gz
diff --git a/package/kodi-skin-confluence/kodi-skin-confluence.mk b/package/kodi-skin-confluence/kodi-skin-confluence.mk
index a5ebcf553f..e9cdf3fbf7 100644
--- a/package/kodi-skin-confluence/kodi-skin-confluence.mk
+++ b/package/kodi-skin-confluence/kodi-skin-confluence.mk
@@ -6,7 +6,7 @@
 
 # This cset is on the branch 'krypton'
 # When Kodi is updated, then this should be updated to the corresponding branch
-KODI_SKIN_CONFLUENCE_VERSION = 96bed03570a90d4fdfb96ab71de9a51ceedd03fb
+KODI_SKIN_CONFLUENCE_VERSION = 37bba429adc16d49a07add08de406682e1cc673a
 KODI_SKIN_CONFLUENCE_SITE = $(call github,xbmc,skin.confluence,$(KODI_SKIN_CONFLUENCE_VERSION))
 KODI_SKIN_CONFLUENCE_LICENSE = GPL-2.0
 KODI_SKIN_CONFLUENCE_LICENSE_FILES = LICENSE.txt
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 4/4] package/kodi-peripheral-joystick: bump version to v1.3.4
  2018-01-06 17:25 [Buildroot] [PATCH 1/4] package/kodi-pvr-dvbviewer: bump version to 2.4.14-Krypton Bernd Kuhls
  2018-01-06 17:25 ` [Buildroot] [PATCH 2/4] package/kodi-pvr-vuplus: bump version to 2.4.12-Krypton Bernd Kuhls
  2018-01-06 17:25 ` [Buildroot] [PATCH 3/4] package/kodi-skin-confluence: bump version to 3.1.47 Bernd Kuhls
@ 2018-01-06 17:25 ` Bernd Kuhls
  2018-01-07 14:17 ` [Buildroot] [PATCH 1/4] package/kodi-pvr-dvbviewer: bump version to 2.4.14-Krypton Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2018-01-06 17:25 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi-peripheral-joystick/kodi-peripheral-joystick.hash | 2 +-
 package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/kodi-peripheral-joystick/kodi-peripheral-joystick.hash b/package/kodi-peripheral-joystick/kodi-peripheral-joystick.hash
index ca2bdc378c..728c3cac53 100644
--- a/package/kodi-peripheral-joystick/kodi-peripheral-joystick.hash
+++ b/package/kodi-peripheral-joystick/kodi-peripheral-joystick.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 c2025c4ec280b44b5d8bb1c34185a94cc105f66f0b762087804bb7d2d633d999  kodi-peripheral-joystick-v1.3.2.tar.gz
+sha256 9a183e1f92ff2c68816bfa0056c65585a3e1129d924326359d7a5dfbcba6c56a  kodi-peripheral-joystick-v1.3.4.tar.gz
diff --git a/package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk b/package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk
index f0cad13a27..2fadbcc210 100644
--- a/package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk
+++ b/package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk
@@ -6,7 +6,7 @@
 
 # This cset is on the branch 'Krypton'
 # When Kodi is updated, then this should be updated to the corresponding branch
-KODI_PERIPHERAL_JOYSTICK_VERSION = v1.3.2
+KODI_PERIPHERAL_JOYSTICK_VERSION = v1.3.4
 KODI_PERIPHERAL_JOYSTICK_SITE = $(call github,xbmc,peripheral.joystick,$(KODI_PERIPHERAL_JOYSTICK_VERSION))
 KODI_PERIPHERAL_JOYSTICK_LICENSE = GPL-2.0+
 KODI_PERIPHERAL_JOYSTICK_LICENSE_FILES = src/addon.cpp
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/4] package/kodi-pvr-dvbviewer: bump version to 2.4.14-Krypton
  2018-01-06 17:25 [Buildroot] [PATCH 1/4] package/kodi-pvr-dvbviewer: bump version to 2.4.14-Krypton Bernd Kuhls
                   ` (2 preceding siblings ...)
  2018-01-06 17:25 ` [Buildroot] [PATCH 4/4] package/kodi-peripheral-joystick: bump version to v1.3.4 Bernd Kuhls
@ 2018-01-07 14:17 ` Thomas Petazzoni
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-01-07 14:17 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat,  6 Jan 2018 18:25:28 +0100, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.hash | 2 +-
>  package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Series applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-01-07 14:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-06 17:25 [Buildroot] [PATCH 1/4] package/kodi-pvr-dvbviewer: bump version to 2.4.14-Krypton Bernd Kuhls
2018-01-06 17:25 ` [Buildroot] [PATCH 2/4] package/kodi-pvr-vuplus: bump version to 2.4.12-Krypton Bernd Kuhls
2018-01-06 17:25 ` [Buildroot] [PATCH 3/4] package/kodi-skin-confluence: bump version to 3.1.47 Bernd Kuhls
2018-01-06 17:25 ` [Buildroot] [PATCH 4/4] package/kodi-peripheral-joystick: bump version to v1.3.4 Bernd Kuhls
2018-01-07 14:17 ` [Buildroot] [PATCH 1/4] package/kodi-pvr-dvbviewer: bump version to 2.4.14-Krypton Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox