buildroot/package/lua-utf8/lua-utf8.mk
Francois Perrad 0f0649140f package/lua-utf8: bump to version 0.1.2
switch of rocks maintainer
from https://luarocks.org/modules/dannote/utf8
to https://luarocks.org/modules/xavier-wang/luautf8

the upstream author stays http://github.com/starwing/luautf8

now, the version scheme is aligned on the upstream one,
and the version 0.1.2 was released on 06 Apr 2020.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-21 08:25:08 +02:00

13 lines
342 B
Makefile

################################################################################
#
# lua-utf8
#
################################################################################
LUA_UTF8_VERSION = 0.1.2-2
LUA_UTF8_NAME_UPSTREAM = luautf8
LUA_UTF8_LICENSE = MIT
LUA_UTF8_LICENSE_FILES = $(LUA_UTF8_SUBDIR)/LICENSE
$(eval $(luarocks-package))