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,8 @@
config BR2_PACKAGE_LUA_BIT32
bool "lua-bit32"
help
bit32 is the native Lua 5.2 bit manipulation library, in the
version from Lua 5.3; it is compatible with Lua 5.1, 5.2 and
5.3.
http://www.lua.org/manual/5.2/manual.html#6.7

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 fe7bc70d1e48183d95ccfb6741e70a676283075173122cb161303d77059b27a6 bit32-5.3.0-1.src.rock

View File

@@ -0,0 +1,13 @@
################################################################################
#
# lua-bit32
#
################################################################################
LUA_BIT32_VERSION = 5.3.0-1
LUA_BIT32_NAME_UPSTREAM = bit32
LUA_BIT32_SUBDIR = lua-compat-5.2
LUA_BIT32_LICENSE = MIT
LUA_BIT32_LICENSE_FILES = $(LUA_BIT32_SUBDIR)/LICENSE
$(eval $(luarocks-package))