kumquat-buildroot/package/kodi-pvr-hts/kodi-pvr-hts.mk
Bernd Kuhls d82a063ae9 package/kodi-pvr-hts: bump version to 20.6.5-Nexus
Changelog of this bugfix release:
https://github.com/kodi-pvr/pvr.hts/blob/Nexus/pvr.hts/changelog.txt

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-11-18 15:30:28 +01:00

14 lines
425 B
Makefile

################################################################################
#
# kodi-pvr-hts
#
################################################################################
KODI_PVR_HTS_VERSION = 20.6.5-Nexus
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
KODI_PVR_HTS_DEPENDENCIES = kodi
$(eval $(cmake-package))