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:
parent
e33c21778a
commit
cc82b0aba5
@ -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/
|
||||
|
@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 ff93d30e0a6cd64bb4e66739757e7eda9f226187829a075747b2ca5d3cfd1075 coxpcall-1.15.0-1.src.rock
|
||||
sha256 c1488ee08e5d25d59a11e19cb0322edae509202b246d0c93cb2de1676dbfdf2b coxpcall-1.16.0-1.src.rock
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
COXPCALL_VERSION = 1.15.0-1
|
||||
COXPCALL_VERSION = 1.16.0-1
|
||||
COXPCALL_SUBDIR = coxpcall
|
||||
COXPCALL_LICENSE = MIT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user