* [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.6.3-Nexus
@ 2023-10-03 7:17 Bernd Kuhls
2023-10-03 7:17 ` [Buildroot] [PATCH 2/2] package/kodi-pvr-waipu: bump version to 20.10.1-Nexus Bernd Kuhls
2023-10-11 15:12 ` [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.6.3-Nexus Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2023-10-03 7:17 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 7b55eb88fd..c9fe1cfe6a 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 e77bd87f1f4d1abc06e32d0347a0bb635bc129bec43a07864cb8a9e6b0e4d374 kodi-pvr-hts-20.6.2-Nexus.tar.gz
+sha256 8febdacb795eb724456f88af5c55a6e0a5393447f673b2be72d1ca9276479cdd kodi-pvr-hts-20.6.3-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 d32ce87388..04de82dc64 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.6.2-Nexus
+KODI_PVR_HTS_VERSION = 20.6.3-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] 4+ messages in thread
* [Buildroot] [PATCH 2/2] package/kodi-pvr-waipu: bump version to 20.10.1-Nexus
2023-10-03 7:17 [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.6.3-Nexus Bernd Kuhls
@ 2023-10-03 7:17 ` Bernd Kuhls
2023-10-11 15:12 ` Peter Korsgaard
2023-10-11 15:12 ` [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.6.3-Nexus Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2023-10-03 7:17 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 d025beaa3b..37e4ca95e2 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 740f96e68c6c33cba18e482f90ff377e412f1bc2bb09313d342f783794da792f kodi-pvr-waipu-20.10.0-Nexus.tar.gz
+sha256 8f55056838798c6dc39ce1cd611553b65150f6d628e9b3d201d472e93aecf289 kodi-pvr-waipu-20.10.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 53e3f716d7..e7ec7d6555 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.10.0-Nexus
+KODI_PVR_WAIPU_VERSION = 20.10.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] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.6.3-Nexus
2023-10-03 7:17 [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.6.3-Nexus Bernd Kuhls
2023-10-03 7:17 ` [Buildroot] [PATCH 2/2] package/kodi-pvr-waipu: bump version to 20.10.1-Nexus Bernd Kuhls
@ 2023-10-11 15:12 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-10-11 15:12 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] 4+ messages in thread
* Re: [Buildroot] [PATCH 2/2] package/kodi-pvr-waipu: bump version to 20.10.1-Nexus
2023-10-03 7:17 ` [Buildroot] [PATCH 2/2] package/kodi-pvr-waipu: bump version to 20.10.1-Nexus Bernd Kuhls
@ 2023-10-11 15:12 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-10-11 15:12 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] 4+ messages in thread
end of thread, other threads:[~2023-10-11 15:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 7:17 [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.6.3-Nexus Bernd Kuhls
2023-10-03 7:17 ` [Buildroot] [PATCH 2/2] package/kodi-pvr-waipu: bump version to 20.10.1-Nexus Bernd Kuhls
2023-10-11 15:12 ` Peter Korsgaard
2023-10-11 15:12 ` [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 20.6.3-Nexus Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox