Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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/
# Locally calculated
-sha256 ff93d30e0a6cd64bb4e66739757e7eda9f226187829a075747b2ca5d3cfd1075 coxpcall-1.15.0-1.src.rock
+sha256 c1488ee08e5d25d59a11e19cb0322edae509202b246d0c93cb2de1676dbfdf2b coxpcall-1.16.0-1.src.rock
#
################################################################################
-COXPCALL_VERSION = 1.15.0-1
+COXPCALL_VERSION = 1.16.0-1
COXPCALL_SUBDIR = coxpcall
COXPCALL_LICENSE = MIT