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_DATAFILE
bool "lua-datafile"
help
datafile is a library for avoiding hardcoded paths
when loading resource files in Lua modules.
https://github.com/hishamhm/datafile

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 37a33079c3476477f19de14bebd664635a39a57dd05a2709c3a402cbc1e79a6b datafile-0.4-1.src.rock

View File

@@ -0,0 +1,13 @@
################################################################################
#
# lua-datafile
#
################################################################################
LUA_DATAFILE_VERSION = 0.4-1
LUA_DATAFILE_NAME_UPSTREAM = datafile
LUA_DATAFILE_SUBDIR = datafile
LUA_DATAFILE_LICENSE = MIT
LUA_DATAFILE_LICENSE_FILES = $(LUA_DATAFILE_SUBDIR)/LICENSE
$(eval $(luarocks-package))