kumquat-buildroot/package/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart.mk
Bernd Kuhls 86b204da5c package/kodi-audiodecoder-nosefart: bump version to 19.0.0-Matrix
Release notes:
https://github.com/xbmc/audiodecoder.nosefart/releases/tag/19.0.0-Matrix

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-09-11 16:11:46 +02:00

14 lines
534 B
Makefile

################################################################################
#
# kodi-audiodecoder-nosefart
#
################################################################################
KODI_AUDIODECODER_NOSEFART_VERSION = 19.0.0-Matrix
KODI_AUDIODECODER_NOSEFART_SITE = $(call github,xbmc,audiodecoder.nosefart,$(KODI_AUDIODECODER_NOSEFART_VERSION))
KODI_AUDIODECODER_NOSEFART_LICENSE = GPL-2.0+
KODI_AUDIODECODER_NOSEFART_LICENSE_FILES = LICENSE.md
KODI_AUDIODECODER_NOSEFART_DEPENDENCIES = kodi
$(eval $(cmake-package))