buildroot/package/cgilua/cgilua.mk
Francois Perrad 1314033fee package/cgilua: bump to version 5.2.1
The hash of the license file changes only due to a style sheet changes:

-    <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/>
+    <link rel="stylesheet" href="doc.css" type="text/css"/>

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-04-14 14:58:39 +02:00

12 lines
311 B
Makefile

################################################################################
#
# cgilua
#
################################################################################
CGILUA_VERSION = 5.2.1-1
CGILUA_LICENSE = MIT
CGILUA_LICENSE_FILES = $(CGILUA_SUBDIR)/doc/us/license.html
$(eval $(luarocks-package))