mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
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>
14 lines
366 B
Makefile
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))
|