coxpcall: bump to version 1.16.0

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Francois Perrad 2017-09-02 18:56:33 +02:00 committed by Thomas Petazzoni
parent e33c21778a
commit cc82b0aba5
3 changed files with 5 additions and 5 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,7 +4,7 @@
#
################################################################################
COXPCALL_VERSION = 1.15.0-1
COXPCALL_VERSION = 1.16.0-1
COXPCALL_SUBDIR = coxpcall
COXPCALL_LICENSE = MIT