mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/lua-iconv: bump to version 7.1.0
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
a12a9a8e5c
commit
a649794913
@@ -4,4 +4,4 @@ config BR2_PACKAGE_LUA_ICONV
|
||||
help
|
||||
Lua binding to the POSIX 'iconv' library
|
||||
|
||||
http://ittner.github.io/lua-iconv/
|
||||
https://github.com/lunarmodules/lua-iconv
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 fb66e785e15376c2d2817f1f1b27d10272b877eacc998c727a10f081a7d768fa lua-iconv-7-1.src.rock
|
||||
sha256 30227b9571827f3dfcdeb3830594fc415459d64ad7271e9954178d3ef58a9bd4 lua-iconv-7/COPYING
|
||||
sha256 fdcb6b3fdae53967451054a87b1c977d87aeaa88f2d9518c0e316efb777d65f4 lua-iconv-7.1.0-1.src.rock
|
||||
sha256 30227b9571827f3dfcdeb3830594fc415459d64ad7271e9954178d3ef58a9bd4 lua-iconv/COPYING
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_ICONV_VERSION = 7-1
|
||||
LUA_ICONV_VERSION = 7.1.0-1
|
||||
LUA_ICONV_SUBDIR = lua-iconv
|
||||
LUA_ICONV_LICENSE = MIT
|
||||
LUA_ICONV_LICENSE_FILES = $(LUA_ICONV_SUBDIR)/COPYING
|
||||
LUA_ICONV_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||
|
||||
Reference in New Issue
Block a user