mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
copas: bump to version 2.0.2
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
e8bcc8ad93
commit
e33c21778a
@ -1,10 +1,12 @@
|
|||||||
config BR2_PACKAGE_COPAS
|
config BR2_PACKAGE_COPAS
|
||||||
bool "copas"
|
bool "copas"
|
||||||
# Runtime dependency only
|
# Runtime dependency only
|
||||||
select BR2_PACKAGE_COXPCALL
|
select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
|
||||||
select BR2_PACKAGE_LUASOCKET
|
select BR2_PACKAGE_LUASOCKET
|
||||||
help
|
help
|
||||||
Copas is a dispatcher based on coroutines that
|
Copas is a dispatcher based on coroutines that can be used
|
||||||
can be used by TCP/IP servers.
|
for asynchronous networking. For example TCP or UDP based
|
||||||
|
servers. But it also features timers and client support for
|
||||||
|
http(s), ftp and smtp requests.
|
||||||
|
|
||||||
http://keplerproject.github.com/copas/
|
http://keplerproject.github.com/copas/
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 c94890bdc8899d05163ca963dadf4b74b2ad7a5795ea3923a792b6e928ec142a copas-2.0.1-1.src.rock
|
sha256 efeded4f4633bc71551175b239199304640ef918ae8ea9dc9c5047359ae07107 copas-2.0.2-1.src.rock
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
COPAS_VERSION = 2.0.1-1
|
COPAS_VERSION = 2.0.2-1
|
||||||
COPAS_SUBDIR = copas-2_0_1
|
COPAS_SUBDIR = copas-2_0_2
|
||||||
COPAS_LICENSE = MIT
|
COPAS_LICENSE = MIT
|
||||||
|
|
||||||
$(eval $(luarocks-package))
|
$(eval $(luarocks-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user