Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega
@ 2024-06-27 21:03 Bernd Kuhls
  2024-06-27 21:03 ` [Buildroot] [PATCH 2/8] package/kodi-peripheral-joystick: bump version to 21.1.18-Omega Bernd Kuhls
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Bernd Kuhls @ 2024-06-27 21:03 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 85945c9a54..82325ab014 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  0b3a78763ffebef64ac05bcf55951f26e334f7ee8bbe042f885dff288eed466e  kodi-inputstream-adaptive-21.4.7-Omega.tar.gz
+sha256  caf71b67cf242c600878718dab8227947062a28485078b8bf68ac72aef51e12c  kodi-inputstream-adaptive-21.4.10-Omega.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 5cc02e45c0..b6825c1ff0 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 = 21.4.7-Omega
+KODI_INPUTSTREAM_ADAPTIVE_VERSION = 21.4.10-Omega
 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] 9+ messages in thread

* [Buildroot] [PATCH 2/8] package/kodi-peripheral-joystick: bump version to 21.1.18-Omega
  2024-06-27 21:03 [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega Bernd Kuhls
@ 2024-06-27 21:03 ` Bernd Kuhls
  2024-06-27 21:03 ` [Buildroot] [PATCH 3/8] package/kodi-pvr-hts: bump version to 21.2.4-Omega Bernd Kuhls
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Bernd Kuhls @ 2024-06-27 21:03 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 9cea40965f..a9d27bd70d 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  b152c6f17291ede48850bf307e6d619ff803e1b26217ccec532d5c49a3ef7b84  kodi-peripheral-joystick-21.1.15-Omega.tar.gz
+sha256  226366b69536579d1adccb8548ba20c1b094876ce481bab81f744affa71bb305  kodi-peripheral-joystick-21.1.18-Omega.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 34ea45855e..aceefba55a 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 = 21.1.15-Omega
+KODI_PERIPHERAL_JOYSTICK_VERSION = 21.1.18-Omega
 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] 9+ messages in thread

* [Buildroot] [PATCH 3/8] package/kodi-pvr-hts: bump version to 21.2.4-Omega
  2024-06-27 21:03 [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega Bernd Kuhls
  2024-06-27 21:03 ` [Buildroot] [PATCH 2/8] package/kodi-peripheral-joystick: bump version to 21.1.18-Omega Bernd Kuhls
@ 2024-06-27 21:03 ` Bernd Kuhls
  2024-06-27 21:03 ` [Buildroot] [PATCH 4/8] package/kodi-pvr-stalker: bump version to 21.1.0-Omega Bernd Kuhls
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Bernd Kuhls @ 2024-06-27 21:03 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 27aa9a0729..3c9f7d87b3 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  3bb04e48e9eca97fbd72b6285b110f3bebbd842ee7017423aa446259763e0d0b  kodi-pvr-hts-21.2.3-Omega.tar.gz
+sha256  5c8dd796735d5af7dddfc6fe56c8b2d8268fd43be50098f60b8fa537ff02956d  kodi-pvr-hts-21.2.4-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 e1531fa1df..7f73c0565e 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.3-Omega
+KODI_PVR_HTS_VERSION = 21.2.4-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] 9+ messages in thread

* [Buildroot] [PATCH 4/8] package/kodi-pvr-stalker: bump version to 21.1.0-Omega
  2024-06-27 21:03 [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega Bernd Kuhls
  2024-06-27 21:03 ` [Buildroot] [PATCH 2/8] package/kodi-peripheral-joystick: bump version to 21.1.18-Omega Bernd Kuhls
  2024-06-27 21:03 ` [Buildroot] [PATCH 3/8] package/kodi-pvr-hts: bump version to 21.2.4-Omega Bernd Kuhls
@ 2024-06-27 21:03 ` Bernd Kuhls
  2024-06-27 21:03 ` [Buildroot] [PATCH 5/8] package/kodi-pvr-waipu: bump version to 21.8.3-Omega Bernd Kuhls
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Bernd Kuhls @ 2024-06-27 21:03 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 568a2b3824..fe5af447df 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  d90b6b5595a820197d097da8ee6698bea786359cfe0bfaeabf4985dbc2af3064  kodi-pvr-stalker-21.0.1-Omega.tar.gz
+sha256  9e6fdf2d3654d267135bff45c94d72b4c82b10483dbb46600a8e0df4b0676746  kodi-pvr-stalker-21.1.0-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 ed04eefe9d..0714dd8d78 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.0.1-Omega
+KODI_PVR_STALKER_VERSION = 21.1.0-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] 9+ messages in thread

* [Buildroot] [PATCH 5/8] package/kodi-pvr-waipu: bump version to 21.8.3-Omega
  2024-06-27 21:03 [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega Bernd Kuhls
                   ` (2 preceding siblings ...)
  2024-06-27 21:03 ` [Buildroot] [PATCH 4/8] package/kodi-pvr-stalker: bump version to 21.1.0-Omega Bernd Kuhls
@ 2024-06-27 21:03 ` Bernd Kuhls
  2024-06-27 21:03 ` [Buildroot] [PATCH 6/8] package/kodi-pvr-zattoo: bump version to 21.0.2-Omega Bernd Kuhls
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Bernd Kuhls @ 2024-06-27 21:03 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 6377f36e80..1198d65768 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  96c558f02d820c43994da05a89693f3e787c2adb8faa2ff28127a6e97d33525c  kodi-pvr-waipu-21.6.1-Omega.tar.gz
+sha256  6d47012f43f9a24edb09bc249de9b14cd0adca58fe0633687cd2fc54fe1bf23e  kodi-pvr-waipu-21.8.3-Omega.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 222abcaa1b..2c2270f3e8 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 = 21.6.1-Omega
+KODI_PVR_WAIPU_VERSION = 21.8.3-Omega
 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] 9+ messages in thread

* [Buildroot] [PATCH 6/8] package/kodi-pvr-zattoo: bump version to 21.0.2-Omega
  2024-06-27 21:03 [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega Bernd Kuhls
                   ` (3 preceding siblings ...)
  2024-06-27 21:03 ` [Buildroot] [PATCH 5/8] package/kodi-pvr-waipu: bump version to 21.8.3-Omega Bernd Kuhls
@ 2024-06-27 21:03 ` Bernd Kuhls
  2024-06-27 21:03 ` [Buildroot] [PATCH 7/8] package/kodi-skin-confluence: bump version Bernd Kuhls
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Bernd Kuhls @ 2024-06-27 21:03 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 acffc6a7ee..d97bfce5b3 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  5908de86c038b3565d8b3a8d4578d4cac0d37287fc039808542b874d9fb2bffa  kodi-pvr-zattoo-21.0.1-Omega.tar.gz
+sha256  859a64e152eca06a6210a80ad199e8b545c9fc9b85562eb12f980c1659ace72a  kodi-pvr-zattoo-21.0.2-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 d764524fbb..cba9d0b2ef 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.1-Omega
+KODI_PVR_ZATTOO_VERSION = 21.0.2-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] 9+ messages in thread

* [Buildroot] [PATCH 7/8] package/kodi-skin-confluence: bump version
  2024-06-27 21:03 [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega Bernd Kuhls
                   ` (4 preceding siblings ...)
  2024-06-27 21:03 ` [Buildroot] [PATCH 6/8] package/kodi-pvr-zattoo: bump version to 21.0.2-Omega Bernd Kuhls
@ 2024-06-27 21:03 ` Bernd Kuhls
  2024-06-27 21:03 ` [Buildroot] [PATCH 8/8] package/kodi-vfs-libarchive: " Bernd Kuhls
  2024-07-09 21:49 ` [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega Thomas Petazzoni via buildroot
  7 siblings, 0 replies; 9+ messages in thread
From: Bernd Kuhls @ 2024-06-27 21:03 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 e8098abed4..482da25cf2 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  99b243b7ccb9e0f3e1455e8967f99fd7d98d8924be0d9fe82de12448fe2ecc4e  kodi-skin-confluence-f8479bece875313049943fba834e551f6b7d2cf5.tar.gz
+sha256  d66fe75a261c6c2b9ac2923dc51d469ccc1df45a2462188e6a024a87bbe27311  kodi-skin-confluence-7bd4a396c492adb2d424d7f51d415fb565cda358.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 68d25e184c..03aa4261cd 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 = f8479bece875313049943fba834e551f6b7d2cf5
+KODI_SKIN_CONFLUENCE_VERSION = 7bd4a396c492adb2d424d7f51d415fb565cda358
 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] 9+ messages in thread

* [Buildroot] [PATCH 8/8] package/kodi-vfs-libarchive: bump version
  2024-06-27 21:03 [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega Bernd Kuhls
                   ` (5 preceding siblings ...)
  2024-06-27 21:03 ` [Buildroot] [PATCH 7/8] package/kodi-skin-confluence: bump version Bernd Kuhls
@ 2024-06-27 21:03 ` Bernd Kuhls
  2024-07-09 21:49 ` [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega Thomas Petazzoni via buildroot
  7 siblings, 0 replies; 9+ messages in thread
From: Bernd Kuhls @ 2024-06-27 21:03 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/kodi-vfs-libarchive/kodi-vfs-libarchive.hash b/package/kodi-vfs-libarchive/kodi-vfs-libarchive.hash
index 1e686715ea..729a569f9a 100644
--- a/package/kodi-vfs-libarchive/kodi-vfs-libarchive.hash
+++ b/package/kodi-vfs-libarchive/kodi-vfs-libarchive.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  22977bd2479244c4b06e2149bae891bc7dbc64649a89813f4e6fc88e78169f68  kodi-vfs-libarchive-a5443a3896b9638018e69d1e4430a7524ac20ffc.tar.gz
+sha256  23515c84f4a0cceaf845c1d6c0c39947a28be2d515cff995b384b29e93b11831  kodi-vfs-libarchive-0333aa5e189221e76282eeefb3f573e27b187551.tar.gz
 sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-vfs-libarchive/kodi-vfs-libarchive.mk b/package/kodi-vfs-libarchive/kodi-vfs-libarchive.mk
index 069c92cc5f..257a0d04f6 100644
--- a/package/kodi-vfs-libarchive/kodi-vfs-libarchive.mk
+++ b/package/kodi-vfs-libarchive/kodi-vfs-libarchive.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_VFS_LIBARCHIVE_VERSION = a5443a3896b9638018e69d1e4430a7524ac20ffc
+KODI_VFS_LIBARCHIVE_VERSION = 0333aa5e189221e76282eeefb3f573e27b187551
 KODI_VFS_LIBARCHIVE_SITE = $(call github,xbmc,vfs.libarchive,$(KODI_VFS_LIBARCHIVE_VERSION))
 KODI_VFS_LIBARCHIVE_LICENSE = GPL-2.0+
 KODI_VFS_LIBARCHIVE_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] 9+ messages in thread

* Re: [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega
  2024-06-27 21:03 [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega Bernd Kuhls
                   ` (6 preceding siblings ...)
  2024-06-27 21:03 ` [Buildroot] [PATCH 8/8] package/kodi-vfs-libarchive: " Bernd Kuhls
@ 2024-07-09 21:49 ` Thomas Petazzoni via buildroot
  7 siblings, 0 replies; 9+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-09 21:49 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On Thu, 27 Jun 2024 23:03:21 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:

> 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(-)

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] 9+ messages in thread

end of thread, other threads:[~2024-07-09 21:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-27 21:03 [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega Bernd Kuhls
2024-06-27 21:03 ` [Buildroot] [PATCH 2/8] package/kodi-peripheral-joystick: bump version to 21.1.18-Omega Bernd Kuhls
2024-06-27 21:03 ` [Buildroot] [PATCH 3/8] package/kodi-pvr-hts: bump version to 21.2.4-Omega Bernd Kuhls
2024-06-27 21:03 ` [Buildroot] [PATCH 4/8] package/kodi-pvr-stalker: bump version to 21.1.0-Omega Bernd Kuhls
2024-06-27 21:03 ` [Buildroot] [PATCH 5/8] package/kodi-pvr-waipu: bump version to 21.8.3-Omega Bernd Kuhls
2024-06-27 21:03 ` [Buildroot] [PATCH 6/8] package/kodi-pvr-zattoo: bump version to 21.0.2-Omega Bernd Kuhls
2024-06-27 21:03 ` [Buildroot] [PATCH 7/8] package/kodi-skin-confluence: bump version Bernd Kuhls
2024-06-27 21:03 ` [Buildroot] [PATCH 8/8] package/kodi-vfs-libarchive: " Bernd Kuhls
2024-07-09 21:49 ` [Buildroot] [PATCH 1/8] package/kodi-inputstream-adaptive: bump version to 21.4.10-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