bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -2,7 +2,6 @@ config BR2_PACKAGE_KODI_PVR_VUPLUS
bool "kodi-pvr-vuplus"
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # json-for-modern-cpp
select BR2_PACKAGE_JSON_FOR_MODERN_CPP
select BR2_PACKAGE_KODI_PLATFORM
select BR2_PACKAGE_TINYXML
help
VuPlus PVR client addon for Kodi

View File

@@ -1,3 +1,3 @@
# Locally computed
sha256 d7dd890e4491e211ff3781cdc043347ab7a4ef6e00619ac1b4641ed81b0c3626 kodi-pvr-vuplus-3.28.9-Leia.tar.gz
sha256 e98518889de8d38eaa6ddcb086b6e3b86efed98b501a5c666b9cf48f79e6df5d debian/copyright
sha256 59e8b63e3b5a6dd4500fd2c1426e021b5b243909d326e173e84804618a6c2fc6 kodi-pvr-vuplus-19.0.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md

View File

@@ -4,10 +4,10 @@
#
################################################################################
KODI_PVR_VUPLUS_VERSION = 3.28.9-Leia
KODI_PVR_VUPLUS_VERSION = 19.0.0-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 = debian/copyright
KODI_PVR_VUPLUS_DEPENDENCIES = json-for-modern-cpp kodi-platform tinyxml
KODI_PVR_VUPLUS_LICENSE_FILES = LICENSE.md
KODI_PVR_VUPLUS_DEPENDENCIES = json-for-modern-cpp kodi tinyxml
$(eval $(cmake-package))