Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/kodi-inputstream-adaptive: bump version to 2.6.22-Matrix
@ 2021-07-18 18:14 Bernd Kuhls
  2021-07-18 18:14 ` [Buildroot] [PATCH 2/3] package/kodi-pvr-vuplus: bump version to 7.4.9-Matrix Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2021-07-18 18:14 UTC (permalink / raw)
  To: buildroot

Changelog:
https://github.com/xbmc/inputstream.adaptive/blob/Matrix/inputstream.adaptive/addon.xml.in#L18

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../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 a6d35f9da4..1abf28d89e 100644
--- a/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.hash
+++ b/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  a115ba1482763febe5077e770dfdd765bb029fe15e25c6732337c39d3f2c4516  kodi-inputstream-adaptive-2.6.20-Matrix.tar.gz
+sha256  48eea3785dc820ee48cf652483ff91a1589d0fabe3f61c740e04595b5a020288  kodi-inputstream-adaptive-2.6.22-Matrix.tar.gz
 sha256  89931c1fb1f3716694175763cf3221cfcd63d6935031cf6b4512d17ffe5d9860  LICENSE.GPL
diff --git a/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.mk b/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.mk
index 85c1c86384..1d95b8e97a 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 = 2.6.20-Matrix
+KODI_INPUTSTREAM_ADAPTIVE_VERSION = 2.6.22-Matrix
 KODI_INPUTSTREAM_ADAPTIVE_SITE = $(call github,xbmc,inputstream.adaptive,$(KODI_INPUTSTREAM_ADAPTIVE_VERSION))
 KODI_INPUTSTREAM_ADAPTIVE_LICENSE = GPL-2.0+
 KODI_INPUTSTREAM_ADAPTIVE_LICENSE_FILES = LICENSE.GPL
-- 
2.30.2

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

* [Buildroot] [PATCH 2/3] package/kodi-pvr-vuplus: bump version to 7.4.9-Matrix
  2021-07-18 18:14 [Buildroot] [PATCH 1/3] package/kodi-inputstream-adaptive: bump version to 2.6.22-Matrix Bernd Kuhls
@ 2021-07-18 18:14 ` Bernd Kuhls
  2021-07-18 18:14 ` [Buildroot] [PATCH 3/3] package/kodi-pvr-hts: bump version to 8.3.4-Matrix Bernd Kuhls
  2021-07-18 20:19 ` [Buildroot] [PATCH 1/3] package/kodi-inputstream-adaptive: bump version to 2.6.22-Matrix Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2021-07-18 18:14 UTC (permalink / raw)
  To: buildroot

Changelog:
https://github.com/kodi-pvr/pvr.vuplus/blob/Matrix/pvr.vuplus/changelog.txt

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 3c3a6b1bbc..502d3d4106 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  7c8c891b4e0e7c8334e5e5eca91a9868e6737e52df12213b888942f940572136  kodi-pvr-vuplus-7.4.7-Matrix.tar.gz
+sha256  c6032c7b79e45a83523c6fb32a7b097e8c8fa81de76996babdd160b2288061a4  kodi-pvr-vuplus-7.4.9-Matrix.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 5511f33153..ff2598f9bc 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 = 7.4.7-Matrix
+KODI_PVR_VUPLUS_VERSION = 7.4.9-Matrix
 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.30.2

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

* [Buildroot] [PATCH 3/3] package/kodi-pvr-hts: bump version to 8.3.4-Matrix
  2021-07-18 18:14 [Buildroot] [PATCH 1/3] package/kodi-inputstream-adaptive: bump version to 2.6.22-Matrix Bernd Kuhls
  2021-07-18 18:14 ` [Buildroot] [PATCH 2/3] package/kodi-pvr-vuplus: bump version to 7.4.9-Matrix Bernd Kuhls
@ 2021-07-18 18:14 ` Bernd Kuhls
  2021-07-18 20:19 ` [Buildroot] [PATCH 1/3] package/kodi-inputstream-adaptive: bump version to 2.6.22-Matrix Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2021-07-18 18:14 UTC (permalink / raw)
  To: buildroot

Changelog:
https://github.com/kodi-pvr/pvr.hts/blob/Matrix/pvr.hts/changelog.txt

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 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 9ce9d9540e..b282eaf083 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  9d44f4ebee2dd1d67cf30c4cf2e2185ec24b5923a567ce2216f9c1073e53c1c6  kodi-pvr-hts-8.3.3-Matrix.tar.gz
+sha256  98f4250d8d8700741798524ea8a3756c5d02403408c74de2d2d3b22b3f13aa23  kodi-pvr-hts-8.3.4-Matrix.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 c69249fb88..70240116a9 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 = 8.3.3-Matrix
+KODI_PVR_HTS_VERSION = 8.3.4-Matrix
 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.30.2

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

* [Buildroot] [PATCH 1/3] package/kodi-inputstream-adaptive: bump version to 2.6.22-Matrix
  2021-07-18 18:14 [Buildroot] [PATCH 1/3] package/kodi-inputstream-adaptive: bump version to 2.6.22-Matrix Bernd Kuhls
  2021-07-18 18:14 ` [Buildroot] [PATCH 2/3] package/kodi-pvr-vuplus: bump version to 7.4.9-Matrix Bernd Kuhls
  2021-07-18 18:14 ` [Buildroot] [PATCH 3/3] package/kodi-pvr-hts: bump version to 8.3.4-Matrix Bernd Kuhls
@ 2021-07-18 20:19 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2021-07-18 20:19 UTC (permalink / raw)
  To: buildroot

On Sun, 18 Jul 2021 20:14:11 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Changelog:
> https://github.com/xbmc/inputstream.adaptive/blob/Matrix/inputstream.adaptive/addon.xml.in#L18
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  .../kodi-inputstream-adaptive/kodi-inputstream-adaptive.hash    | 2 +-
>  package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.mk  | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

All three applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2021-07-18 20:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-18 18:14 [Buildroot] [PATCH 1/3] package/kodi-inputstream-adaptive: bump version to 2.6.22-Matrix Bernd Kuhls
2021-07-18 18:14 ` [Buildroot] [PATCH 2/3] package/kodi-pvr-vuplus: bump version to 7.4.9-Matrix Bernd Kuhls
2021-07-18 18:14 ` [Buildroot] [PATCH 3/3] package/kodi-pvr-hts: bump version to 8.3.4-Matrix Bernd Kuhls
2021-07-18 20:19 ` [Buildroot] [PATCH 1/3] package/kodi-inputstream-adaptive: bump version to 2.6.22-Matrix Thomas Petazzoni

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