All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] package/kodi-inputstream-adaptive: bump version to 20.3.13-Nexus
@ 2023-09-22 19:16 Bernd Kuhls
  2023-09-22 19:16 ` [Buildroot] [PATCH 2/5] package/kodi-peripheral-joystick: bump version to 20.1.13-Nexus Bernd Kuhls
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Bernd Kuhls @ 2023-09-22 19:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 .../kodi-inputstream-adaptive/kodi-inputstream-adaptive.hash    | 2 +-
 package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.mk  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.hash b/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.hash
index 2c130fbbdf..a59e0fda88 100644
--- a/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.hash
+++ b/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.hash
@@ -1,5 +1,5 @@
 # Locally computed
-sha256  da21f6c765c208e4ba0fd8958954fe5681b393fc432d7b139946847214535228  kodi-inputstream-adaptive-20.3.12-Nexus.tar.gz
+sha256  43d8da96176aedaef8ba14ec90398c5b13d0bb01c388150c02b9952870b655e8  kodi-inputstream-adaptive-20.3.13-Nexus.tar.gz
 sha256  48632d57fbb6ab8f50cbf4deced5c91e733fa7ff292687c4816b77f28e483df9  LICENSE.md
 sha256  02f864f3e07456785625968022ce811c5640301bfd2ae70963efea89d306790a  LICENSES/README.md
 sha256  0b7f5dcb3d2c28ff78d999786028930e762df0baa2f52955782e378ec5b636a8  LICENSES/BSD-2-Clause-Views
diff --git a/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.mk b/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.mk
index ebcf9e10d3..be7b36bce4 100644
--- a/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.mk
+++ b/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_INPUTSTREAM_ADAPTIVE_VERSION = 20.3.12-Nexus
+KODI_INPUTSTREAM_ADAPTIVE_VERSION = 20.3.13-Nexus
 KODI_INPUTSTREAM_ADAPTIVE_SITE = $(call github,xbmc,inputstream.adaptive,$(KODI_INPUTSTREAM_ADAPTIVE_VERSION))
 KODI_INPUTSTREAM_ADAPTIVE_LICENSE = \
 	BSD-2-Clause-Views \
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/5] package/kodi-peripheral-joystick: bump version to 20.1.13-Nexus
  2023-09-22 19:16 [Buildroot] [PATCH 1/5] package/kodi-inputstream-adaptive: bump version to 20.3.13-Nexus Bernd Kuhls
@ 2023-09-22 19:16 ` Bernd Kuhls
  2023-09-29 19:09   ` Peter Korsgaard
  2023-09-22 19:16 ` [Buildroot] [PATCH 3/5] package/kodi-pvr-mythtv: bump version to 20.5.5-Nexus Bernd Kuhls
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Bernd Kuhls @ 2023-09-22 19:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 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 545ce724a5..d4ee52c05b 100644
--- a/package/kodi-peripheral-joystick/kodi-peripheral-joystick.hash
+++ b/package/kodi-peripheral-joystick/kodi-peripheral-joystick.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  6fb7ed5f0054409ec907c80a0c3caf62dafed98e746044ced0a26f3060d3b844  kodi-peripheral-joystick-20.1.12-Nexus.tar.gz
+sha256  9fabd0cbb54f6f4acfa16a5fa2c13e37d121bb0774e0b62ad3604a72c99b95e5  kodi-peripheral-joystick-20.1.13-Nexus.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk b/package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk
index eecec4328c..0f54d71234 100644
--- a/package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk
+++ b/package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PERIPHERAL_JOYSTICK_VERSION = 20.1.12-Nexus
+KODI_PERIPHERAL_JOYSTICK_VERSION = 20.1.13-Nexus
 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 = LICENSE.md
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 3/5] package/kodi-pvr-mythtv: bump version to 20.5.5-Nexus
  2023-09-22 19:16 [Buildroot] [PATCH 1/5] package/kodi-inputstream-adaptive: bump version to 20.3.13-Nexus Bernd Kuhls
  2023-09-22 19:16 ` [Buildroot] [PATCH 2/5] package/kodi-peripheral-joystick: bump version to 20.1.13-Nexus Bernd Kuhls
@ 2023-09-22 19:16 ` Bernd Kuhls
  2023-09-29 19:09   ` Peter Korsgaard
  2023-09-22 19:16 ` [Buildroot] [PATCH 4/5] package/kodi-pvr-plutotv: bump version to 20.3.1a-Nexus Bernd Kuhls
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Bernd Kuhls @ 2023-09-22 19:16 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-mythtv/kodi-pvr-mythtv.hash b/package/kodi-pvr-mythtv/kodi-pvr-mythtv.hash
index ce8f68d3b5..49924265bf 100644
--- a/package/kodi-pvr-mythtv/kodi-pvr-mythtv.hash
+++ b/package/kodi-pvr-mythtv/kodi-pvr-mythtv.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  344750ba617b261a4559ba8314107b7e90e9a37b6b1a6cccb9077e5b2f63694d  kodi-pvr-mythtv-20.4.0-Nexus.tar.gz
+sha256  2d3fc88dfdfd5e1084abab08424863dc40674472f0b48a1df7eef7c3692dd44a  kodi-pvr-mythtv-20.5.5-Nexus.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-mythtv/kodi-pvr-mythtv.mk b/package/kodi-pvr-mythtv/kodi-pvr-mythtv.mk
index 2038b9016e..6763d97947 100644
--- a/package/kodi-pvr-mythtv/kodi-pvr-mythtv.mk
+++ b/package/kodi-pvr-mythtv/kodi-pvr-mythtv.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_MYTHTV_VERSION = 20.4.0-Nexus
+KODI_PVR_MYTHTV_VERSION = 20.5.5-Nexus
 KODI_PVR_MYTHTV_SITE = $(call github,janbar,pvr.mythtv,$(KODI_PVR_MYTHTV_VERSION))
 KODI_PVR_MYTHTV_LICENSE = GPL-2.0+
 KODI_PVR_MYTHTV_LICENSE_FILES = LICENSE.md
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 4/5] package/kodi-pvr-plutotv: bump version to 20.3.1a-Nexus
  2023-09-22 19:16 [Buildroot] [PATCH 1/5] package/kodi-inputstream-adaptive: bump version to 20.3.13-Nexus Bernd Kuhls
  2023-09-22 19:16 ` [Buildroot] [PATCH 2/5] package/kodi-peripheral-joystick: bump version to 20.1.13-Nexus Bernd Kuhls
  2023-09-22 19:16 ` [Buildroot] [PATCH 3/5] package/kodi-pvr-mythtv: bump version to 20.5.5-Nexus Bernd Kuhls
@ 2023-09-22 19:16 ` Bernd Kuhls
  2023-09-29 19:09   ` Peter Korsgaard
  2023-09-22 19:16 ` [Buildroot] [PATCH 5/5] package/kodi-pvr-waipu: bump version to 20.9.1-Nexus Bernd Kuhls
  2023-09-29 19:09 ` [Buildroot] [PATCH 1/5] package/kodi-inputstream-adaptive: bump version to 20.3.13-Nexus Peter Korsgaard
  4 siblings, 1 reply; 10+ messages in thread
From: Bernd Kuhls @ 2023-09-22 19:16 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-plutotv/kodi-pvr-plutotv.hash b/package/kodi-pvr-plutotv/kodi-pvr-plutotv.hash
index 36a9dd4187..0c56c8b6b4 100644
--- a/package/kodi-pvr-plutotv/kodi-pvr-plutotv.hash
+++ b/package/kodi-pvr-plutotv/kodi-pvr-plutotv.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  d38a6bf4debc442849d01faedadcccb1b07debe850cd3c9a5789508233d22256  kodi-pvr-plutotv-20.3.0-Nexus.tar.gz
+sha256  11505556200029a48a293e97f94e0469a5f78580d0e56d5d0a1da05d61f0f5b5  kodi-pvr-plutotv-20.3.1a-Nexus.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-plutotv/kodi-pvr-plutotv.mk b/package/kodi-pvr-plutotv/kodi-pvr-plutotv.mk
index b05c452854..fadb47efaf 100644
--- a/package/kodi-pvr-plutotv/kodi-pvr-plutotv.mk
+++ b/package/kodi-pvr-plutotv/kodi-pvr-plutotv.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_PLUTOTV_VERSION = 20.3.0-Nexus
+KODI_PVR_PLUTOTV_VERSION = 20.3.1a-Nexus
 KODI_PVR_PLUTOTV_SITE = $(call github,kodi-pvr,pvr.plutotv,$(KODI_PVR_PLUTOTV_VERSION))
 KODI_PVR_PLUTOTV_LICENSE = GPL-2.0+
 KODI_PVR_PLUTOTV_LICENSE_FILES = LICENSE.md
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 5/5] package/kodi-pvr-waipu: bump version to 20.9.1-Nexus
  2023-09-22 19:16 [Buildroot] [PATCH 1/5] package/kodi-inputstream-adaptive: bump version to 20.3.13-Nexus Bernd Kuhls
                   ` (2 preceding siblings ...)
  2023-09-22 19:16 ` [Buildroot] [PATCH 4/5] package/kodi-pvr-plutotv: bump version to 20.3.1a-Nexus Bernd Kuhls
@ 2023-09-22 19:16 ` Bernd Kuhls
  2023-09-29 19:09   ` Peter Korsgaard
  2023-09-29 19:09 ` [Buildroot] [PATCH 1/5] package/kodi-inputstream-adaptive: bump version to 20.3.13-Nexus Peter Korsgaard
  4 siblings, 1 reply; 10+ messages in thread
From: Bernd Kuhls @ 2023-09-22 19:16 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-waipu/kodi-pvr-waipu.hash b/package/kodi-pvr-waipu/kodi-pvr-waipu.hash
index ed447ce61f..889840828b 100644
--- a/package/kodi-pvr-waipu/kodi-pvr-waipu.hash
+++ b/package/kodi-pvr-waipu/kodi-pvr-waipu.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  3a0a1dffe1bb8711dd6747b02a51aee6a0bce40ca6822cc2ab7f04b4b5acb82f  kodi-pvr-waipu-20.9.0-Nexus.tar.gz
+sha256  9395770ba48a57a89f32182a713e2a8441f234da093c10e92d6bbbe75a51e919  kodi-pvr-waipu-20.9.1-Nexus.tar.gz
 sha256  4202d4fb329f58c83ba921b56d7071e37f7df3f15b3820a3a04ef8eee49f54d2  pvr.waipu/LICENSE.txt
diff --git a/package/kodi-pvr-waipu/kodi-pvr-waipu.mk b/package/kodi-pvr-waipu/kodi-pvr-waipu.mk
index b098e10929..ee109fb682 100644
--- a/package/kodi-pvr-waipu/kodi-pvr-waipu.mk
+++ b/package/kodi-pvr-waipu/kodi-pvr-waipu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_WAIPU_VERSION = 20.9.0-Nexus
+KODI_PVR_WAIPU_VERSION = 20.9.1-Nexus
 KODI_PVR_WAIPU_SITE = $(call github,flubshi,pvr.waipu,$(KODI_PVR_WAIPU_VERSION))
 KODI_PVR_WAIPU_LICENSE = GPL-2.0+
 KODI_PVR_WAIPU_LICENSE_FILES = pvr.waipu/LICENSE.txt
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/5] package/kodi-inputstream-adaptive: bump version to 20.3.13-Nexus
  2023-09-22 19:16 [Buildroot] [PATCH 1/5] package/kodi-inputstream-adaptive: bump version to 20.3.13-Nexus Bernd Kuhls
                   ` (3 preceding siblings ...)
  2023-09-22 19:16 ` [Buildroot] [PATCH 5/5] package/kodi-pvr-waipu: bump version to 20.9.1-Nexus Bernd Kuhls
@ 2023-09-29 19:09 ` Peter Korsgaard
  4 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2023-09-29 19:09 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:

 > Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 3/5] package/kodi-pvr-mythtv: bump version to 20.5.5-Nexus
  2023-09-22 19:16 ` [Buildroot] [PATCH 3/5] package/kodi-pvr-mythtv: bump version to 20.5.5-Nexus Bernd Kuhls
@ 2023-09-29 19:09   ` Peter Korsgaard
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2023-09-29 19:09 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:

 > Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 5/5] package/kodi-pvr-waipu: bump version to 20.9.1-Nexus
  2023-09-22 19:16 ` [Buildroot] [PATCH 5/5] package/kodi-pvr-waipu: bump version to 20.9.1-Nexus Bernd Kuhls
@ 2023-09-29 19:09   ` Peter Korsgaard
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2023-09-29 19:09 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:

 > Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/5] package/kodi-peripheral-joystick: bump version to 20.1.13-Nexus
  2023-09-22 19:16 ` [Buildroot] [PATCH 2/5] package/kodi-peripheral-joystick: bump version to 20.1.13-Nexus Bernd Kuhls
@ 2023-09-29 19:09   ` Peter Korsgaard
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2023-09-29 19:09 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:

 > Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 4/5] package/kodi-pvr-plutotv: bump version to 20.3.1a-Nexus
  2023-09-22 19:16 ` [Buildroot] [PATCH 4/5] package/kodi-pvr-plutotv: bump version to 20.3.1a-Nexus Bernd Kuhls
@ 2023-09-29 19:09   ` Peter Korsgaard
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2023-09-29 19:09 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:

 > Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-09-29 19:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-22 19:16 [Buildroot] [PATCH 1/5] package/kodi-inputstream-adaptive: bump version to 20.3.13-Nexus Bernd Kuhls
2023-09-22 19:16 ` [Buildroot] [PATCH 2/5] package/kodi-peripheral-joystick: bump version to 20.1.13-Nexus Bernd Kuhls
2023-09-29 19:09   ` Peter Korsgaard
2023-09-22 19:16 ` [Buildroot] [PATCH 3/5] package/kodi-pvr-mythtv: bump version to 20.5.5-Nexus Bernd Kuhls
2023-09-29 19:09   ` Peter Korsgaard
2023-09-22 19:16 ` [Buildroot] [PATCH 4/5] package/kodi-pvr-plutotv: bump version to 20.3.1a-Nexus Bernd Kuhls
2023-09-29 19:09   ` Peter Korsgaard
2023-09-22 19:16 ` [Buildroot] [PATCH 5/5] package/kodi-pvr-waipu: bump version to 20.9.1-Nexus Bernd Kuhls
2023-09-29 19:09   ` Peter Korsgaard
2023-09-29 19:09 ` [Buildroot] [PATCH 1/5] package/kodi-inputstream-adaptive: bump version to 20.3.13-Nexus Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.