kumquat-buildroot/package/luaossl/luaossl.mk
Francois Perrad ef37aaf56c package/luaossl: bump to version 20190612
The hash of the license file is changed due to the following
modification:

-2015-2018  Daurnimator <quae@daurnimator.com>
+2015-2019  Daurnimator <quae@daurnimator.com>

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-07-26 23:14:36 +02:00

15 lines
450 B
Makefile

################################################################################
#
# luaossl
#
################################################################################
LUAOSSL_VERSION_UPSTREAM = 20190612
LUAOSSL_VERSION = $(LUAOSSL_VERSION_UPSTREAM)-0
LUAOSSL_SUBDIR = luaossl-rel-$(LUAOSSL_VERSION_UPSTREAM)
LUAOSSL_LICENSE = MIT
LUAOSSL_LICENSE_FILES = $(LUAOSSL_SUBDIR)/LICENSE
LUAOSSL_DEPENDENCIES = openssl
$(eval $(luarocks-package))