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:
Francois Perrad
2024-12-11 10:46:37 +01:00
committed by Thomas Petazzoni
parent a12a9a8e5c
commit a649794913
3 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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)