Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_LUA_CURL
bool "lua-curl"
select BR2_PACKAGE_LIBCURL
help
Lua binding to libcurl.
https://lua-curl.github.io/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 4cc6389bf5d4a868cc1e6017733b9b6306f2fc8b5083aa928d66399195697f34 lua-curl-0.3.7-1.src.rock

View File

@@ -0,0 +1,14 @@
################################################################################
#
# lua-curl
#
################################################################################
LUA_CURL_VERSION_UPSTREAM = 0.3.7
LUA_CURL_VERSION = $(LUA_CURL_VERSION_UPSTREAM)-1
LUA_CURL_SUBDIR = Lua-cURLv3-$(LUA_CURL_VERSION_UPSTREAM)
LUA_CURL_LICENSE = MIT
LUA_CURL_LICENSE_FILES = $(LUA_CURL_SUBDIR)/LICENSE
LUA_CURL_DEPENDENCIES = libcurl
$(eval $(luarocks-package))