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,10 @@
config BR2_PACKAGE_LUADBI
bool "luadbi"
help
LuaDBI is a database interface library for Lua.
It is designed to provide a RDBMS agnostic API for handling
database operations. LuaDBI also provides support for
prepared statement handles, placeholders and bind parameters
for all database operations.
https://github.com/mwild1/luadbi

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 723f63b744b7367ddfd6bbf7a7e6f6867aa1eaabbbc2bab5dc8a90e80b0c34c2 luadbi-0.6-2.src.rock

View File

@@ -0,0 +1,12 @@
################################################################################
#
# luadbi
#
################################################################################
LUADBI_VERSION = 0.6-2
LUADBI_LICENSE = MIT
LUADBI_SUBDIR = luadbi
LUADBI_LICENSE_FILES = $(LUADBI_SUBDIR)/COPYING
$(eval $(luarocks-package))