kumquat-buildroot/package/kodi-pvr-argustv/kodi-pvr-argustv.mk
Bernd Kuhls 238d37a920 package/kodi-pvr-argustv: bump version to 7.1.2-Matrix
Changelog:
https://github.com/kodi-pvr/pvr.argustv/blob/Matrix/pvr.argustv/changelog.txt

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-07-18 12:24:23 +02:00

14 lines
465 B
Makefile

################################################################################
#
# kodi-pvr-argustv
#
################################################################################
KODI_PVR_ARGUSTV_VERSION = 7.1.2-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 = LICENSE.md
KODI_PVR_ARGUSTV_DEPENDENCIES = jsoncpp kodi
$(eval $(cmake-package))