package/kodi-pvr-iptvsimple: bump version

Rapidxml was added as dependency:
d27b3ed1d3

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Bernd Kuhls 2020-01-19 12:07:21 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent e19d89f389
commit e3520c0ec2
3 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_KODI_PVR_IPTVSIMPLE
bool "kodi-pvr-iptvsimple"
select BR2_PACKAGE_KODI_PLATFORM
select BR2_PACKAGE_RAPIDXML
help
IPTV Live TV and Radio PVR client addon for Kodi

View File

@ -1,2 +1,2 @@
# Locally computed
sha256 329bd71e5c786d7b037bf5fd103ee4abff892afc6e5186a5d0a797194a8c4c7c kodi-pvr-iptvsimple-2.4.14-Krypton.tar.gz
sha256 25eff252ad748e0cf166cd01b0f08e8fb3977c98a1b04cad9ef6509ea30c5fa9 kodi-pvr-iptvsimple-3.8.8-Leia.tar.gz

View File

@ -4,12 +4,10 @@
#
################################################################################
# This cset is on the branch 'Krypton'
# When Kodi is updated, then this should be updated to the corresponding branch
KODI_PVR_IPTVSIMPLE_VERSION = 2.4.14-Krypton
KODI_PVR_IPTVSIMPLE_VERSION = 3.8.8-Leia
KODI_PVR_IPTVSIMPLE_SITE = $(call github,kodi-pvr,pvr.iptvsimple,$(KODI_PVR_IPTVSIMPLE_VERSION))
KODI_PVR_IPTVSIMPLE_LICENSE = GPL-2.0+
KODI_PVR_IPTVSIMPLE_LICENSE_FILES = src/client.h
KODI_PVR_IPTVSIMPLE_DEPENDENCIES = kodi-platform
KODI_PVR_IPTVSIMPLE_DEPENDENCIES = kodi-platform rapidxml
$(eval $(cmake-package))