* [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.7.2-Nexus
@ 2024-03-07 17:41 Bernd Kuhls
2024-03-07 17:41 ` [Buildroot] [PATCH 2/2] package/kodi-pvr-mythtv: bump version to 20.6.9-Nexus Bernd Kuhls
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Bernd Kuhls @ 2024-03-07 17:41 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 a268940b0e..2a59b7bbe5 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 15d68d928e0794fb42fd0f3483403fb0290c5c94aa3d3b648a8a2f8e8316dfff kodi-pvr-hts-20.7.0-Nexus.tar.gz
+sha256 244cfc1488aa0c51465af411f3df8884b4a571a08acfa20ac9defdb8ef49022e kodi-pvr-hts-20.7.2-Nexus.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 c56d0e0546..ebc31ddbdf 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 = 20.7.0-Nexus
+KODI_PVR_HTS_VERSION = 20.7.2-Nexus
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] 5+ messages in thread
* [Buildroot] [PATCH 2/2] package/kodi-pvr-mythtv: bump version to 20.6.9-Nexus
2024-03-07 17:41 [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.7.2-Nexus Bernd Kuhls
@ 2024-03-07 17:41 ` Bernd Kuhls
2024-03-11 19:07 ` Peter Korsgaard
2024-03-11 19:07 ` [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.7.2-Nexus Peter Korsgaard
2024-03-21 20:19 ` Peter Korsgaard
2 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2024-03-07 17:41 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 c61c391825..ff3d0f05b7 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 eb21e185d1333a8696565138bc58df3d37970c9a3615193396e9f296a56a24c4 kodi-pvr-mythtv-20.5.10-Nexus.tar.gz
+sha256 32196265ee5b78bb97e0bd8e633778f4566e95d54df96e4577764e5d3681fcf1 kodi-pvr-mythtv-20.6.9-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 66f1948741..a3a5678651 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.5.10-Nexus
+KODI_PVR_MYTHTV_VERSION = 20.6.9-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] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.7.2-Nexus
2024-03-07 17:41 [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.7.2-Nexus Bernd Kuhls
2024-03-07 17:41 ` [Buildroot] [PATCH 2/2] package/kodi-pvr-mythtv: bump version to 20.6.9-Nexus Bernd Kuhls
@ 2024-03-11 19:07 ` Peter Korsgaard
2024-03-21 20:19 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2024-03-11 19:07 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] 5+ messages in thread
* Re: [Buildroot] [PATCH 2/2] package/kodi-pvr-mythtv: bump version to 20.6.9-Nexus
2024-03-07 17:41 ` [Buildroot] [PATCH 2/2] package/kodi-pvr-mythtv: bump version to 20.6.9-Nexus Bernd Kuhls
@ 2024-03-11 19:07 ` Peter Korsgaard
0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2024-03-11 19:07 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] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.7.2-Nexus
2024-03-07 17:41 [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.7.2-Nexus Bernd Kuhls
2024-03-07 17:41 ` [Buildroot] [PATCH 2/2] package/kodi-pvr-mythtv: bump version to 20.6.9-Nexus Bernd Kuhls
2024-03-11 19:07 ` [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.7.2-Nexus Peter Korsgaard
@ 2024-03-21 20:19 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2024-03-21 20:19 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Committed to 2024.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-03-21 20:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07 17:41 [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.7.2-Nexus Bernd Kuhls
2024-03-07 17:41 ` [Buildroot] [PATCH 2/2] package/kodi-pvr-mythtv: bump version to 20.6.9-Nexus Bernd Kuhls
2024-03-11 19:07 ` Peter Korsgaard
2024-03-11 19:07 ` [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.7.2-Nexus Peter Korsgaard
2024-03-21 20:19 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox