For release note, see: https://github.com/lunarmodules/luaexpat/releases/tag/1.5.2 This commit updates the license hash, due to year update: https://github.com/lunarmodules/luaexpat/commit/947d2e9596ac1ff9a7c61b27e964db2db0722c88 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))
|