* [Buildroot] [PATCH/next 1/1] package/kodi-pvr-hts: bump version to 8.4.0-Matrix
@ 2021-08-23 20:59 Bernd Kuhls
2021-08-24 21:55 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Bernd Kuhls @ 2021-08-23 20:59 UTC (permalink / raw)
To: buildroot; +Cc: Maxime Hadjinlian
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 b282eaf083..be638be6c9 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 98f4250d8d8700741798524ea8a3756c5d02403408c74de2d2d3b22b3f13aa23 kodi-pvr-hts-8.3.4-Matrix.tar.gz
+sha256 a8fec6749481999981903f2de48bd9a71ca5b4828eab91b8b115238f66e68140 kodi-pvr-hts-8.4.0-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 70240116a9..28c6d6ea1f 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.4-Matrix
+KODI_PVR_HTS_VERSION = 8.4.0-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
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH/next 1/1] package/kodi-pvr-hts: bump version to 8.4.0-Matrix
2021-08-23 20:59 [Buildroot] [PATCH/next 1/1] package/kodi-pvr-hts: bump version to 8.4.0-Matrix Bernd Kuhls
@ 2021-08-24 21:55 ` Thomas Petazzoni
2021-08-24 21:56 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2021-08-24 21:55 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Maxime Hadjinlian, buildroot
On Mon, 23 Aug 2021 22:59:51 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
> 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(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH/next 1/1] package/kodi-pvr-hts: bump version to 8.4.0-Matrix
2021-08-24 21:55 ` Thomas Petazzoni
@ 2021-08-24 21:56 ` Thomas Petazzoni
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-08-24 21:56 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Maxime Hadjinlian, buildroot
On Tue, 24 Aug 2021 23:55:51 +0200
Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:
> On Mon, 23 Aug 2021 22:59:51 +0200
> Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
>
> > 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(-)
>
> Applied to master, thanks.
Sorry, I've applied to next, of course.
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-08-24 21:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-23 20:59 [Buildroot] [PATCH/next 1/1] package/kodi-pvr-hts: bump version to 8.4.0-Matrix Bernd Kuhls
2021-08-24 21:55 ` Thomas Petazzoni
2021-08-24 21:56 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox