* [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 8.2.4-Matrix
@ 2021-03-15 6:21 Bernd Kuhls
2021-03-15 6:21 ` [Buildroot] [PATCH 2/2] package/kodi-pvr-zattoo: bump version to 19.7.8.1-Matrix Bernd Kuhls
2021-03-15 20:00 ` [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 8.2.4-Matrix Yann E. MORIN
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2021-03-15 6:21 UTC (permalink / raw)
To: buildroot
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 c5bcd63a4c..1264f1b4d3 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 bdaf63945d6552bead5a6e8ba4ffe1b8057e3b0c05b52c0fbf93a7834f652330 kodi-pvr-hts-8.2.3-Matrix.tar.gz
+sha256 9b1cc87b776d6c2fdeb0f2b89c09c0de6e3aba86b2da515d24957292dbab8134 kodi-pvr-hts-8.2.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 849643ff1d..1456e79632 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.2.3-Matrix
+KODI_PVR_HTS_VERSION = 8.2.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.29.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/kodi-pvr-zattoo: bump version to 19.7.8.1-Matrix
2021-03-15 6:21 [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 8.2.4-Matrix Bernd Kuhls
@ 2021-03-15 6:21 ` Bernd Kuhls
2021-03-15 20:00 ` [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 8.2.4-Matrix Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2021-03-15 6:21 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
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 10e50fccb8..a5a56f6db6 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 a10b268071a28397e48fd4ec4127a4b533f96cf430aaa88f5148e38ceffe60a3 kodi-pvr-zattoo-19.7.8-Matrix.tar.gz
+sha256 25dc4ea72b5315a65286ba606e6e26d281fb8eb830d5e0164b66b8d7ae90319a kodi-pvr-zattoo-19.7.8.1-Matrix.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 8c3d574cb0..1ae1e884b0 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 = 19.7.8-Matrix
+KODI_PVR_ZATTOO_VERSION = 19.7.8.1-Matrix
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.29.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 8.2.4-Matrix
2021-03-15 6:21 [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 8.2.4-Matrix Bernd Kuhls
2021-03-15 6:21 ` [Buildroot] [PATCH 2/2] package/kodi-pvr-zattoo: bump version to 19.7.8.1-Matrix Bernd Kuhls
@ 2021-03-15 20:00 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2021-03-15 20:00 UTC (permalink / raw)
To: buildroot
Bernd, All,
On 2021-03-15 07:21 +0100, Bernd Kuhls spake thusly:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Series of two patches applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> 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 c5bcd63a4c..1264f1b4d3 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 bdaf63945d6552bead5a6e8ba4ffe1b8057e3b0c05b52c0fbf93a7834f652330 kodi-pvr-hts-8.2.3-Matrix.tar.gz
> +sha256 9b1cc87b776d6c2fdeb0f2b89c09c0de6e3aba86b2da515d24957292dbab8134 kodi-pvr-hts-8.2.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 849643ff1d..1456e79632 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.2.3-Matrix
> +KODI_PVR_HTS_VERSION = 8.2.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.29.2
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-15 20:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-15 6:21 [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 8.2.4-Matrix Bernd Kuhls
2021-03-15 6:21 ` [Buildroot] [PATCH 2/2] package/kodi-pvr-zattoo: bump version to 19.7.8.1-Matrix Bernd Kuhls
2021-03-15 20:00 ` [Buildroot] [PATCH 1/2] package/kodi-pvr-hts: bump version to 8.2.4-Matrix Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox