Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega
@ 2024-08-03 10:46 Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 02/15] package/kodi-pvr-dvblink: bump version to 21.1.2-Omega Bernd Kuhls
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-argustv/kodi-pvr-argustv.hash b/package/kodi-pvr-argustv/kodi-pvr-argustv.hash
index b04554075e..df9b9242d4 100644
--- a/package/kodi-pvr-argustv/kodi-pvr-argustv.hash
+++ b/package/kodi-pvr-argustv/kodi-pvr-argustv.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  6ab2952690de934d236cf43a3f42ea19337013d88af305dc1df82b5c1235cff0  kodi-pvr-argustv-21.0.1-Omega.tar.gz
+sha256  2fc9a21411f2015ef5d07fc4aad1411588860b2036a5677bde88b2429839192b  kodi-pvr-argustv-21.0.2-Omega.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-argustv/kodi-pvr-argustv.mk b/package/kodi-pvr-argustv/kodi-pvr-argustv.mk
index 38900e5afc..d1f05cadf7 100644
--- a/package/kodi-pvr-argustv/kodi-pvr-argustv.mk
+++ b/package/kodi-pvr-argustv/kodi-pvr-argustv.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_ARGUSTV_VERSION = 21.0.1-Omega
+KODI_PVR_ARGUSTV_VERSION = 21.0.2-Omega
 KODI_PVR_ARGUSTV_SITE = $(call github,kodi-pvr,pvr.argustv,$(KODI_PVR_ARGUSTV_VERSION))
 KODI_PVR_ARGUSTV_LICENSE = GPL-2.0+
 KODI_PVR_ARGUSTV_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] 16+ messages in thread

* [Buildroot] [PATCH 02/15] package/kodi-pvr-dvblink: bump version to 21.1.2-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 03/15] package/kodi-pvr-dvbviewer: " Bernd Kuhls
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-dvblink/kodi-pvr-dvblink.hash b/package/kodi-pvr-dvblink/kodi-pvr-dvblink.hash
index 36a320290b..286a30abc3 100644
--- a/package/kodi-pvr-dvblink/kodi-pvr-dvblink.hash
+++ b/package/kodi-pvr-dvblink/kodi-pvr-dvblink.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  53799996d1a241d672d4b0c16eccbf3be2a73d5fcad3bb48feef8f35da79f9ec  kodi-pvr-dvblink-21.1.1-Omega.tar.gz
+sha256  a532955c0993f0d30ce85a04c80e62e80312089435b32f7dd28e1882b52dbf33  kodi-pvr-dvblink-21.1.2-Omega.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-dvblink/kodi-pvr-dvblink.mk b/package/kodi-pvr-dvblink/kodi-pvr-dvblink.mk
index ee334fe82f..652052152e 100644
--- a/package/kodi-pvr-dvblink/kodi-pvr-dvblink.mk
+++ b/package/kodi-pvr-dvblink/kodi-pvr-dvblink.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_DVBLINK_VERSION = 21.1.1-Omega
+KODI_PVR_DVBLINK_VERSION = 21.1.2-Omega
 KODI_PVR_DVBLINK_SITE = $(call github,kodi-pvr,pvr.dvblink,$(KODI_PVR_DVBLINK_VERSION))
 KODI_PVR_DVBLINK_LICENSE = GPL-2.0+
 KODI_PVR_DVBLINK_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] 16+ messages in thread

* [Buildroot] [PATCH 03/15] package/kodi-pvr-dvbviewer: bump version to 21.1.2-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 02/15] package/kodi-pvr-dvblink: bump version to 21.1.2-Omega Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 04/15] package/kodi-pvr-filmon: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 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 0fc03619b3..8aadcfdbb5 100644
--- a/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.hash
+++ b/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  e12d3a930f0b404a0d7d996b962c4cdc9b1477bbfb8f6af4fcbe23ded05e5fff  kodi-pvr-dvbviewer-21.1.1-Omega.tar.gz
+sha256  bde3ff8e2416d6b47478702ec0731a3a31392422f4cd0ec41669bb797277c31a  kodi-pvr-dvbviewer-21.1.2-Omega.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.mk b/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.mk
index bb08cf3e6a..a68bc23c2e 100644
--- a/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.mk
+++ b/package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_DVBVIEWER_VERSION = 21.1.1-Omega
+KODI_PVR_DVBVIEWER_VERSION = 21.1.2-Omega
 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 = LICENSE.md
-- 
2.39.2

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

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

* [Buildroot] [PATCH 04/15] package/kodi-pvr-filmon: bump version to 21.0.2-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 02/15] package/kodi-pvr-dvblink: bump version to 21.1.2-Omega Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 03/15] package/kodi-pvr-dvbviewer: " Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 05/15] package/kodi-pvr-hts: bump version to 21.2.5-Omega Bernd Kuhls
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-filmon/kodi-pvr-filmon.hash b/package/kodi-pvr-filmon/kodi-pvr-filmon.hash
index 16bb884885..058788d1af 100644
--- a/package/kodi-pvr-filmon/kodi-pvr-filmon.hash
+++ b/package/kodi-pvr-filmon/kodi-pvr-filmon.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  d0e1f4b32a31aee3e60b2e7b0c64c7a061ca69232cd2feebf5af77ad5f0a6036  kodi-pvr-filmon-21.0.1-Omega.tar.gz
+sha256  62e7426d654e33c95c2c9940fce48f9549f73eae510258448fd6ed606499eac6  kodi-pvr-filmon-21.0.2-Omega.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-filmon/kodi-pvr-filmon.mk b/package/kodi-pvr-filmon/kodi-pvr-filmon.mk
index 2c3eb8a859..db7ca75214 100644
--- a/package/kodi-pvr-filmon/kodi-pvr-filmon.mk
+++ b/package/kodi-pvr-filmon/kodi-pvr-filmon.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_FILMON_VERSION = 21.0.1-Omega
+KODI_PVR_FILMON_VERSION = 21.0.2-Omega
 KODI_PVR_FILMON_SITE = $(call github,kodi-pvr,pvr.filmon,$(KODI_PVR_FILMON_VERSION))
 KODI_PVR_FILMON_LICENSE = GPL-2.0+
 KODI_PVR_FILMON_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] 16+ messages in thread

* [Buildroot] [PATCH 05/15] package/kodi-pvr-hts: bump version to 21.2.5-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (2 preceding siblings ...)
  2024-08-03 10:46 ` [Buildroot] [PATCH 04/15] package/kodi-pvr-filmon: bump version to 21.0.2-Omega Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 06/15] package/kodi-pvr-iptvsimple: bump version to 21.8.5-Omega Bernd Kuhls
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-hts/kodi-pvr-hts.hash b/package/kodi-pvr-hts/kodi-pvr-hts.hash
index 3c9f7d87b3..15b790c80c 100644
--- a/package/kodi-pvr-hts/kodi-pvr-hts.hash
+++ b/package/kodi-pvr-hts/kodi-pvr-hts.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  5c8dd796735d5af7dddfc6fe56c8b2d8268fd43be50098f60b8fa537ff02956d  kodi-pvr-hts-21.2.4-Omega.tar.gz
+sha256  c54c249a4c91091e47245b406210224aa4e3c5468497eb9cdeb09cd336cab4b2  kodi-pvr-hts-21.2.5-Omega.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-hts/kodi-pvr-hts.mk b/package/kodi-pvr-hts/kodi-pvr-hts.mk
index 7f73c0565e..68c4d04bd0 100644
--- a/package/kodi-pvr-hts/kodi-pvr-hts.mk
+++ b/package/kodi-pvr-hts/kodi-pvr-hts.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_HTS_VERSION = 21.2.4-Omega
+KODI_PVR_HTS_VERSION = 21.2.5-Omega
 KODI_PVR_HTS_SITE = $(call github,kodi-pvr,pvr.hts,$(KODI_PVR_HTS_VERSION))
 KODI_PVR_HTS_LICENSE = GPL-2.0+
 KODI_PVR_HTS_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] 16+ messages in thread

* [Buildroot] [PATCH 06/15] package/kodi-pvr-iptvsimple: bump version to 21.8.5-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (3 preceding siblings ...)
  2024-08-03 10:46 ` [Buildroot] [PATCH 05/15] package/kodi-pvr-hts: bump version to 21.2.5-Omega Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 07/15] package/kodi-pvr-nextpvr: bump version to 21.1.1-Omega Bernd Kuhls
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple.hash b/package/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple.hash
index 872efba754..560eea27e6 100644
--- a/package/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple.hash
+++ b/package/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  287d9fe5ca348f70b7fae96be7de0e0f092e9a00a3e8043c67ad24bd77a9a82d  kodi-pvr-iptvsimple-21.8.4-Omega.tar.gz
+sha256  aa463ad43e0dda1aaf10f5fca562823d91762671ad5b5077f5dbaeb7dc425fa7  kodi-pvr-iptvsimple-21.8.5-Omega.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple.mk b/package/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple.mk
index 67db5793d0..04b8327344 100644
--- a/package/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple.mk
+++ b/package/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_IPTVSIMPLE_VERSION = 21.8.4-Omega
+KODI_PVR_IPTVSIMPLE_VERSION = 21.8.5-Omega
 KODI_PVR_IPTVSIMPLE_SITE = $(call github,kodi-pvr,pvr.iptvsimple,$(KODI_PVR_IPTVSIMPLE_VERSION))
 KODI_PVR_IPTVSIMPLE_LICENSE = GPL-2.0+
 KODI_PVR_IPTVSIMPLE_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] 16+ messages in thread

* [Buildroot] [PATCH 07/15] package/kodi-pvr-nextpvr: bump version to 21.1.1-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (4 preceding siblings ...)
  2024-08-03 10:46 ` [Buildroot] [PATCH 06/15] package/kodi-pvr-iptvsimple: bump version to 21.8.5-Omega Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 08/15] package/kodi-pvr-plutotv: bump version to 21.3.1-Omega Bernd Kuhls
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-nextpvr/kodi-pvr-nextpvr.hash b/package/kodi-pvr-nextpvr/kodi-pvr-nextpvr.hash
index 5c65af9597..5b8b6b7e4d 100644
--- a/package/kodi-pvr-nextpvr/kodi-pvr-nextpvr.hash
+++ b/package/kodi-pvr-nextpvr/kodi-pvr-nextpvr.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  220e292c58d22b3064f1ea6a717341d9d004384791aec8b409d6653b91817085  kodi-pvr-nextpvr-21.1.0-Omega.tar.gz
+sha256  dd4974d3bf664067787da271ad8f76a8ecf61e73909050991aae99e0c2863eaa  kodi-pvr-nextpvr-21.1.1-Omega.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-nextpvr/kodi-pvr-nextpvr.mk b/package/kodi-pvr-nextpvr/kodi-pvr-nextpvr.mk
index dc2a7703ce..788415b896 100644
--- a/package/kodi-pvr-nextpvr/kodi-pvr-nextpvr.mk
+++ b/package/kodi-pvr-nextpvr/kodi-pvr-nextpvr.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_NEXTPVR_VERSION = 21.1.0-Omega
+KODI_PVR_NEXTPVR_VERSION = 21.1.1-Omega
 KODI_PVR_NEXTPVR_SITE = $(call github,kodi-pvr,pvr.nextpvr,$(KODI_PVR_NEXTPVR_VERSION))
 KODI_PVR_NEXTPVR_LICENSE = GPL-2.0+
 KODI_PVR_NEXTPVR_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] 16+ messages in thread

* [Buildroot] [PATCH 08/15] package/kodi-pvr-plutotv: bump version to 21.3.1-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (5 preceding siblings ...)
  2024-08-03 10:46 ` [Buildroot] [PATCH 07/15] package/kodi-pvr-nextpvr: bump version to 21.1.1-Omega Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 09/15] package/kodi-pvr-stalker: bump version to 21.1.2-Omega Bernd Kuhls
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 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 bb4826ba66..75f9ed0398 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  fb026664222af3415bb805c4b2c19d1893f9e05a7d089c2d720a495131d1460d  kodi-pvr-plutotv-21.3.0-Omega.tar.gz
+sha256  468d5ad4703c36d73dc8d08008d19c0e9b44474b86b4d5e618b97c3003214b6e  kodi-pvr-plutotv-21.3.1-Omega.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 885ef03e0d..d363f206d7 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 = 21.3.0-Omega
+KODI_PVR_PLUTOTV_VERSION = 21.3.1-Omega
 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] 16+ messages in thread

* [Buildroot] [PATCH 09/15] package/kodi-pvr-stalker: bump version to 21.1.2-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (6 preceding siblings ...)
  2024-08-03 10:46 ` [Buildroot] [PATCH 08/15] package/kodi-pvr-plutotv: bump version to 21.3.1-Omega Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 10/15] package/kodi-pvr-vbox: bump version to 21.1.4-Omega Bernd Kuhls
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-stalker/kodi-pvr-stalker.hash b/package/kodi-pvr-stalker/kodi-pvr-stalker.hash
index 2bed6159ff..4232af0deb 100644
--- a/package/kodi-pvr-stalker/kodi-pvr-stalker.hash
+++ b/package/kodi-pvr-stalker/kodi-pvr-stalker.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  61b76dd9917577fdf63078c552ae96b497167fd78e5524e056c77bbf3699634d  kodi-pvr-stalker-21.1.1-Omega.tar.gz
+sha256  dd461f59d37cd5e4a199ea2547aeef42861d9f7a57b5d92d3253f686164474a6  kodi-pvr-stalker-21.1.2-Omega.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-stalker/kodi-pvr-stalker.mk b/package/kodi-pvr-stalker/kodi-pvr-stalker.mk
index 9ae5ee9fe0..a703323cdc 100644
--- a/package/kodi-pvr-stalker/kodi-pvr-stalker.mk
+++ b/package/kodi-pvr-stalker/kodi-pvr-stalker.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_STALKER_VERSION = 21.1.1-Omega
+KODI_PVR_STALKER_VERSION = 21.1.2-Omega
 KODI_PVR_STALKER_SITE = $(call github,kodi-pvr,pvr.stalker,$(KODI_PVR_STALKER_VERSION))
 KODI_PVR_STALKER_LICENSE = GPL-2.0+
 KODI_PVR_STALKER_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] 16+ messages in thread

* [Buildroot] [PATCH 10/15] package/kodi-pvr-vbox: bump version to 21.1.4-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (7 preceding siblings ...)
  2024-08-03 10:46 ` [Buildroot] [PATCH 09/15] package/kodi-pvr-stalker: bump version to 21.1.2-Omega Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 11/15] package/kodi-pvr-vdr-vnsi: bump version to 21.1.1-Omega Bernd Kuhls
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-vbox/kodi-pvr-vbox.hash b/package/kodi-pvr-vbox/kodi-pvr-vbox.hash
index aec8100c77..e35d518baa 100644
--- a/package/kodi-pvr-vbox/kodi-pvr-vbox.hash
+++ b/package/kodi-pvr-vbox/kodi-pvr-vbox.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  becc98a7d3bc8e4a78f775a34851ea1d4962e64ee4d63bbf339ac86cf12a4b95  kodi-pvr-vbox-21.1.3-Omega.tar.gz
+sha256  241aad6926579835d5d0513ad588f39ee9e99de5858655c38a25454c69372746  kodi-pvr-vbox-21.1.4-Omega.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-vbox/kodi-pvr-vbox.mk b/package/kodi-pvr-vbox/kodi-pvr-vbox.mk
index 35ff5fa6c9..4b16c70ea8 100644
--- a/package/kodi-pvr-vbox/kodi-pvr-vbox.mk
+++ b/package/kodi-pvr-vbox/kodi-pvr-vbox.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_VBOX_VERSION = 21.1.3-Omega
+KODI_PVR_VBOX_VERSION = 21.1.4-Omega
 KODI_PVR_VBOX_SITE = $(call github,kodi-pvr,pvr.vbox,$(KODI_PVR_VBOX_VERSION))
 KODI_PVR_VBOX_LICENSE = GPL-2.0+
 KODI_PVR_VBOX_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] 16+ messages in thread

* [Buildroot] [PATCH 11/15] package/kodi-pvr-vdr-vnsi: bump version to 21.1.1-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (8 preceding siblings ...)
  2024-08-03 10:46 ` [Buildroot] [PATCH 10/15] package/kodi-pvr-vbox: bump version to 21.1.4-Omega Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 12/15] package/kodi-pvr-vuplus: bump version to 21.2.1-Omega Bernd Kuhls
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi.hash b/package/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi.hash
index 1922f7b3cd..79475062e8 100644
--- a/package/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi.hash
+++ b/package/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  30cde3d04ca47091f92569c4826a959d14fad728699c258014dcde2be3d40db1  kodi-pvr-vdr-vnsi-21.1.1-Omega.tar.gz
+sha256  6c66868a97c4860442cf02acfeacedc929da372bf1b71971410700e8e9689a12  kodi-pvr-vdr-vnsi-21.1.2-Omega.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi.mk b/package/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi.mk
index 1769cf4d33..c35594eba1 100644
--- a/package/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi.mk
+++ b/package/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_VDR_VNSI_VERSION = 21.1.1-Omega
+KODI_PVR_VDR_VNSI_VERSION = 21.1.2-Omega
 KODI_PVR_VDR_VNSI_SITE = $(call github,kodi-pvr,pvr.vdr.vnsi,$(KODI_PVR_VDR_VNSI_VERSION))
 KODI_PVR_VDR_VNSI_LICENSE = GPL-2.0+
 KODI_PVR_VDR_VNSI_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] 16+ messages in thread

* [Buildroot] [PATCH 12/15] package/kodi-pvr-vuplus: bump version to 21.2.1-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (9 preceding siblings ...)
  2024-08-03 10:46 ` [Buildroot] [PATCH 11/15] package/kodi-pvr-vdr-vnsi: bump version to 21.1.1-Omega Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 13/15] package/kodi-pvr-wmc: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 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 d68d5b5be5..2b1139e054 100644
--- a/package/kodi-pvr-vuplus/kodi-pvr-vuplus.hash
+++ b/package/kodi-pvr-vuplus/kodi-pvr-vuplus.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  5d918e8073a326e2631aac0756ee2c78fddb359980a8dff805ff13d9d9bf48ba  kodi-pvr-vuplus-21.1.2-Omega.tar.gz
+sha256  e0fc9ef1db89e97c11dadccc06901ac0fbff03ff9f22ba7a8de665ce85c28aa8  kodi-pvr-vuplus-21.2.1-Omega.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-vuplus/kodi-pvr-vuplus.mk b/package/kodi-pvr-vuplus/kodi-pvr-vuplus.mk
index 1b70521867..c289042a02 100644
--- a/package/kodi-pvr-vuplus/kodi-pvr-vuplus.mk
+++ b/package/kodi-pvr-vuplus/kodi-pvr-vuplus.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_VUPLUS_VERSION = 21.1.2-Omega
+KODI_PVR_VUPLUS_VERSION = 21.2.1-Omega
 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 = LICENSE.md
-- 
2.39.2

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

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

* [Buildroot] [PATCH 13/15] package/kodi-pvr-wmc: bump version to 21.0.2-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (10 preceding siblings ...)
  2024-08-03 10:46 ` [Buildroot] [PATCH 12/15] package/kodi-pvr-vuplus: bump version to 21.2.1-Omega Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 14/15] package/kodi-pvr-zattoo: bump version to 21.0.3-Omega Bernd Kuhls
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-wmc/kodi-pvr-wmc.hash b/package/kodi-pvr-wmc/kodi-pvr-wmc.hash
index fc04e44b2a..f274aa92c2 100644
--- a/package/kodi-pvr-wmc/kodi-pvr-wmc.hash
+++ b/package/kodi-pvr-wmc/kodi-pvr-wmc.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  5008adcd9ce35e965bc172ac98306c0ec4b639182a7026e6ee9b36581516c8a8  kodi-pvr-wmc-21.0.1-Omega.tar.gz
+sha256  690de222455f4ec02480e3cc0eb524e64448ca95486394f562c48492a614e17c  kodi-pvr-wmc-21.0.2-Omega.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-wmc/kodi-pvr-wmc.mk b/package/kodi-pvr-wmc/kodi-pvr-wmc.mk
index 81829d5eb4..04097ba151 100644
--- a/package/kodi-pvr-wmc/kodi-pvr-wmc.mk
+++ b/package/kodi-pvr-wmc/kodi-pvr-wmc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_WMC_VERSION = 21.0.1-Omega
+KODI_PVR_WMC_VERSION = 21.0.2-Omega
 KODI_PVR_WMC_SITE = $(call github,kodi-pvr,pvr.wmc,$(KODI_PVR_WMC_VERSION))
 KODI_PVR_WMC_LICENSE = GPL-2.0+
 KODI_PVR_WMC_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] 16+ messages in thread

* [Buildroot] [PATCH 14/15] package/kodi-pvr-zattoo: bump version to 21.0.3-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (11 preceding siblings ...)
  2024-08-03 10:46 ` [Buildroot] [PATCH 13/15] package/kodi-pvr-wmc: bump version to 21.0.2-Omega Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 10:46 ` [Buildroot] [PATCH 15/15] package/kodi-skin-confluence: bump version Bernd Kuhls
  2024-08-03 20:14 ` [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Thomas Petazzoni via buildroot
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-pvr-zattoo/kodi-pvr-zattoo.hash b/package/kodi-pvr-zattoo/kodi-pvr-zattoo.hash
index d97bfce5b3..126640f032 100644
--- a/package/kodi-pvr-zattoo/kodi-pvr-zattoo.hash
+++ b/package/kodi-pvr-zattoo/kodi-pvr-zattoo.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  859a64e152eca06a6210a80ad199e8b545c9fc9b85562eb12f980c1659ace72a  kodi-pvr-zattoo-21.0.2-Omega.tar.gz
+sha256  20361e6de6bd783203e73dc19f8aa0bfc1e269508bfc7933477fbaa1e8a4b9e9  kodi-pvr-zattoo-21.0.3-Omega.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-pvr-zattoo/kodi-pvr-zattoo.mk b/package/kodi-pvr-zattoo/kodi-pvr-zattoo.mk
index cba9d0b2ef..50d3651cb9 100644
--- a/package/kodi-pvr-zattoo/kodi-pvr-zattoo.mk
+++ b/package/kodi-pvr-zattoo/kodi-pvr-zattoo.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_PVR_ZATTOO_VERSION = 21.0.2-Omega
+KODI_PVR_ZATTOO_VERSION = 21.0.3-Omega
 KODI_PVR_ZATTOO_SITE = $(call github,rbuehlma,pvr.zattoo,$(KODI_PVR_ZATTOO_VERSION))
 KODI_PVR_ZATTOO_LICENSE = GPL-2.0+
 KODI_PVR_ZATTOO_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] 16+ messages in thread

* [Buildroot] [PATCH 15/15] package/kodi-skin-confluence: bump version
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (12 preceding siblings ...)
  2024-08-03 10:46 ` [Buildroot] [PATCH 14/15] package/kodi-pvr-zattoo: bump version to 21.0.3-Omega Bernd Kuhls
@ 2024-08-03 10:46 ` Bernd Kuhls
  2024-08-03 20:14 ` [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Thomas Petazzoni via buildroot
  14 siblings, 0 replies; 16+ messages in thread
From: Bernd Kuhls @ 2024-08-03 10:46 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 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 482da25cf2..ed53dd5015 100644
--- a/package/kodi-skin-confluence/kodi-skin-confluence.hash
+++ b/package/kodi-skin-confluence/kodi-skin-confluence.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  d66fe75a261c6c2b9ac2923dc51d469ccc1df45a2462188e6a024a87bbe27311  kodi-skin-confluence-7bd4a396c492adb2d424d7f51d415fb565cda358.tar.gz
+sha256  85550f949598d3904bcb77e3d2e6b7fa2d0d9334a7939b964a94d98ffe0e36ea  kodi-skin-confluence-b2f2fe26ab47ca3c317d5d7927687e41584e46ed.tar.gz
 sha256  89931c1fb1f3716694175763cf3221cfcd63d6935031cf6b4512d17ffe5d9860  LICENSE.txt
diff --git a/package/kodi-skin-confluence/kodi-skin-confluence.mk b/package/kodi-skin-confluence/kodi-skin-confluence.mk
index 03aa4261cd..2898c04539 100644
--- a/package/kodi-skin-confluence/kodi-skin-confluence.mk
+++ b/package/kodi-skin-confluence/kodi-skin-confluence.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_SKIN_CONFLUENCE_VERSION = 7bd4a396c492adb2d424d7f51d415fb565cda358
+KODI_SKIN_CONFLUENCE_VERSION = b2f2fe26ab47ca3c317d5d7927687e41584e46ed
 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.39.2

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

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

* Re: [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega
  2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (13 preceding siblings ...)
  2024-08-03 10:46 ` [Buildroot] [PATCH 15/15] package/kodi-skin-confluence: bump version Bernd Kuhls
@ 2024-08-03 20:14 ` Thomas Petazzoni via buildroot
  14 siblings, 0 replies; 16+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-03 20:14 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On Sat,  3 Aug 2024 12:46:42 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:

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

Thanks, series applied!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-08-03 20:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-03 10:46 [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 02/15] package/kodi-pvr-dvblink: bump version to 21.1.2-Omega Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 03/15] package/kodi-pvr-dvbviewer: " Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 04/15] package/kodi-pvr-filmon: bump version to 21.0.2-Omega Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 05/15] package/kodi-pvr-hts: bump version to 21.2.5-Omega Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 06/15] package/kodi-pvr-iptvsimple: bump version to 21.8.5-Omega Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 07/15] package/kodi-pvr-nextpvr: bump version to 21.1.1-Omega Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 08/15] package/kodi-pvr-plutotv: bump version to 21.3.1-Omega Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 09/15] package/kodi-pvr-stalker: bump version to 21.1.2-Omega Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 10/15] package/kodi-pvr-vbox: bump version to 21.1.4-Omega Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 11/15] package/kodi-pvr-vdr-vnsi: bump version to 21.1.1-Omega Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 12/15] package/kodi-pvr-vuplus: bump version to 21.2.1-Omega Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 13/15] package/kodi-pvr-wmc: bump version to 21.0.2-Omega Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 14/15] package/kodi-pvr-zattoo: bump version to 21.0.3-Omega Bernd Kuhls
2024-08-03 10:46 ` [Buildroot] [PATCH 15/15] package/kodi-skin-confluence: bump version Bernd Kuhls
2024-08-03 20:14 ` [Buildroot] [PATCH 01/15] package/kodi-pvr-argustv: bump version to 21.0.2-Omega Thomas Petazzoni via buildroot

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