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

@@ -2,7 +2,7 @@ config BR2_PACKAGE_COXPCALL
bool "coxpcall"
help
Coxpcall encapsulates the protected calls with a coroutine
based loop, so errors can be dealed without the usual
pcall/xpcall issues with coroutines.
based loop, so errors can be handled without the usual
pcall/xpcall issues with coroutines for Lua 5.1.
http://coxpcall.luaforge.net/
http://keplerproject.github.io/coxpcall/

View File

@@ -1,2 +1,2 @@
# Locally calculated
sha256 ff93d30e0a6cd64bb4e66739757e7eda9f226187829a075747b2ca5d3cfd1075 coxpcall-1.15.0-1.src.rock
sha256 c1488ee08e5d25d59a11e19cb0322edae509202b246d0c93cb2de1676dbfdf2b coxpcall-1.16.0-1.src.rock

View File

@@ -4,8 +4,9 @@
#
################################################################################
COXPCALL_VERSION = 1.15.0-1
COXPCALL_VERSION = 1.16.0-1
COXPCALL_SUBDIR = coxpcall
COXPCALL_LICENSE = MIT
COXPCALL_LICENSE_FILES = $(COXPCALL_SUBDIR)/doc/license.html
$(eval $(luarocks-package))