package/kodi-vfs-rar: bump version to 2.2.3-Leia
Updated hash of lib/UnrarXLib/license.txt due to upstream changes:
https://github.com/xbmc/vfs.rar/commits/Leia/lib/UnrarXLib/license.txt
Changed addon license file to LICENSE.md.
Updated dependencies due to upstream commit:
6c7a62439e
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
43890423dd
commit
1e45234ef9
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_KODI_VFS_RAR
|
config BR2_PACKAGE_KODI_VFS_RAR
|
||||||
bool "kodi-vfs-rar"
|
bool "kodi-vfs-rar"
|
||||||
select BR2_PACKAGE_LIBPLATFORM
|
select BR2_PACKAGE_TINYXML
|
||||||
help
|
help
|
||||||
RAR VFS addon for Kodi
|
RAR VFS addon for Kodi
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 09a16bf0be13c7d9ed43c6608f662374cb3b8b35c05492ce1117f58270d8d005 kodi-vfs-rar-60f92ff28ee6c94211b628990696c60518bffcf6.tar.gz
|
sha256 17105acd5d2d83747a402b0782e4d7fe0f3e3f3a208ea9614af56c10186a757d kodi-vfs-rar-2.2.3-Leia.tar.gz
|
||||||
# License files
|
# License files
|
||||||
sha256 e0c2f13c3a78c8d2b91cb846b8a13fb650fcc88c0630e38ce9c0b7c34631d1cc lib/UnrarXLib/license.txt
|
sha256 6ecc1687808b7d66b24f874755abfed7464d9751ed0001cd4e8e5d9bf397ff8a lib/UnrarXLib/license.txt
|
||||||
sha256 649854722a936822ab52e0801c7d7274c9a1933c9f9566a83003c96ca2c9c657 debian/copyright
|
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
KODI_VFS_RAR_VERSION = 60f92ff28ee6c94211b628990696c60518bffcf6
|
KODI_VFS_RAR_VERSION = 2.2.3-Leia
|
||||||
KODI_VFS_RAR_SITE = $(call github,xbmc,vfs.rar,$(KODI_VFS_RAR_VERSION))
|
KODI_VFS_RAR_SITE = $(call github,xbmc,vfs.rar,$(KODI_VFS_RAR_VERSION))
|
||||||
KODI_VFS_RAR_LICENSE = unrar, GPL-2.0+
|
KODI_VFS_RAR_LICENSE = unrar, GPL-2.0+
|
||||||
KODI_VFS_RAR_LICENSE_FILES = lib/UnrarXLib/license.txt debian/copyright
|
KODI_VFS_RAR_LICENSE_FILES = lib/UnrarXLib/license.txt LICENSE.md
|
||||||
KODI_VFS_RAR_DEPENDENCIES = libplatform kodi
|
KODI_VFS_RAR_DEPENDENCIES = kodi tinyxml
|
||||||
|
|
||||||
$(eval $(cmake-package))
|
$(eval $(cmake-package))
|
||||||
|
Loading…
Reference in New Issue
Block a user