buildroot/package/kodi-vfs-sftp/kodi-vfs-sftp.mk
Bernd Kuhls 27ea062ad0 package/kodi-vfs-sftp: bump version
License hash has changed because it is a source file, but also because
the name changed from XBMC to Kodi, and the year bumped to 2019.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2020-01-23 01:04:03 +01:00

14 lines
461 B
Makefile

################################################################################
#
# kodi-vfs-sftp
#
################################################################################
KODI_VFS_SFTP_VERSION = 1.0.5-Leia
KODI_VFS_SFTP_SITE = $(call github,xbmc,vfs.sftp,$(KODI_VFS_SFTP_VERSION))
KODI_VFS_SFTP_LICENSE = GPL-2.0+
KODI_VFS_SFTP_LICENSE_FILES = src/SFTPFile.cpp
KODI_VFS_SFTP_DEPENDENCIES = kodi-platform libplatform libssh
$(eval $(cmake-package))