The hash of the HTML license file has changed due to changes in the HTML menu and other parts of the page that don't change the license text itself. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
334 B
Makefile
13 lines
334 B
Makefile
################################################################################
|
|
#
|
|
# cgilua
|
|
#
|
|
################################################################################
|
|
|
|
CGILUA_VERSION = 6.0.2-0
|
|
CGILUA_SUBDIR = cgilua
|
|
CGILUA_LICENSE = MIT
|
|
CGILUA_LICENSE_FILES = $(CGILUA_SUBDIR)/doc/us/license.html
|
|
|
|
$(eval $(luarocks-package))
|