package/kodi-pvr-argustv: bump version to 7.1.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
44d9c5a205
6a6968892d

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2021-03-02 08:07:09 +01:00 committed by Thomas Petazzoni
parent 7591fc0176
commit 2fe5c6bf57
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_KODI_PVR_ARGUSTV
bool "kodi-pvr-argustv"
select BR2_PACKAGE_JSONCPP
select BR2_PACKAGE_KODI_PLATFORM
help
Kodi's ARGUS TV client addon

View File

@ -1,3 +1,3 @@
# Locally computed
sha256 7bfedb27b2aec4015b2594df18b76fe42e97ec10f4b5cb9c6987b1a7a264c844 kodi-pvr-argustv-3.5.6-Leia.tar.gz
sha256 17bc5450fff10fc46484886690adbf20c369f5baff021435feab1187b9943834 debian/copyright
sha256 d91f195c4a91af893231d03a887a340900c4e515597ea059ee6b9e6444717fc9 kodi-pvr-argustv-7.1.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md

View File

@ -4,10 +4,10 @@
#
################################################################################
KODI_PVR_ARGUSTV_VERSION = 3.5.6-Leia
KODI_PVR_ARGUSTV_VERSION = 7.1.0-Matrix
KODI_PVR_ARGUSTV_SITE = $(call github,kodi-pvr,pvr.argustv,$(KODI_PVR_ARGUSTV_VERSION))
KODI_PVR_ARGUSTV_LICENSE = GPL-2.0+
KODI_PVR_ARGUSTV_LICENSE_FILES = debian/copyright
KODI_PVR_ARGUSTV_DEPENDENCIES = jsoncpp kodi-platform
KODI_PVR_ARGUSTV_LICENSE_FILES = LICENSE.md
KODI_PVR_ARGUSTV_DEPENDENCIES = jsoncpp kodi
$(eval $(cmake-package))