Bump buidlroot version to 2018.02.6
This commit is contained in:
6
bsp/buildroot/package/lua-resty-http/Config.in
Normal file
6
bsp/buildroot/package/lua-resty-http/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LUA_RESTY_HTTP
|
||||
bool "lua-resty-http"
|
||||
help
|
||||
Lua HTTP client cosocket driver for OpenResty / ngx_lua.
|
||||
|
||||
http://github.com/pintsized/lua-resty-http
|
||||
2
bsp/buildroot/package/lua-resty-http/lua-resty-http.hash
Normal file
2
bsp/buildroot/package/lua-resty-http/lua-resty-http.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 4628413a5a2828645e3ddb38a2a0c764e81443cbd1a011357eeed7e983750329 lua-resty-http-0.12-0.src.rock
|
||||
12
bsp/buildroot/package/lua-resty-http/lua-resty-http.mk
Normal file
12
bsp/buildroot/package/lua-resty-http/lua-resty-http.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-resty-http
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_RESTY_HTTP_VERSION = 0.12-0
|
||||
LUA_RESTY_HTTP_SUBDIR = lua-resty-http
|
||||
LUA_RESTY_HTTP_LICENSE = BSD-2-Clause
|
||||
LUA_RESTY_HTTP_LICENSE_FILES = $(LUA_RESTY_HTTP_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user