Files
buildroot/package/luaexpat/luaexpat.mk
Francois Perrad 19ec245339 package/luaexpat: bump to version 1.5.2
For release note, see:
https://github.com/lunarmodules/luaexpat/releases/tag/1.5.2

This commit updates the license hash, due to year update:
947d2e9596

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Julien: add link to release note and license update commit]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2024-12-18 21:39:37 +01:00

14 lines
366 B
Makefile

################################################################################
#
# luaexpat
#
################################################################################
LUAEXPAT_VERSION = 1.5.2-1
LUAEXPAT_SUBDIR = luaexpat
LUAEXPAT_LICENSE = MIT
LUAEXPAT_LICENSE_FILES = $(LUAEXPAT_SUBDIR)/LICENSE
LUAEXPAT_DEPENDENCIES = expat
$(eval $(luarocks-package))