Bump buildroot to 2019.02
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
config BR2_PACKAGE_COPAS
|
||||
bool "copas"
|
||||
# Runtime dependency only
|
||||
select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
|
||||
select BR2_PACKAGE_LUASOCKET
|
||||
select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT # runtime
|
||||
select BR2_PACKAGE_LUASOCKET # runtime
|
||||
help
|
||||
Copas is a dispatcher based on coroutines that can be used
|
||||
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://www.keplerproject.org/copas/
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Locally calculated
|
||||
# computed by luarocks/buildroot
|
||||
sha256 efeded4f4633bc71551175b239199304640ef918ae8ea9dc9c5047359ae07107 copas-2.0.2-1.src.rock
|
||||
sha256 3f59cccf38e9397f6fb34dcff983a24d336df982edb5b0cde549d0c32c28c9c0 copas-2_0_2/LICENSE
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
COPAS_VERSION = 2.0.2-1
|
||||
COPAS_SUBDIR = copas-2_0_2
|
||||
COPAS_LICENSE = MIT
|
||||
COPAS_LICENSE_FILES = $(COPAS_SUBDIR)/doc/us/license.html
|
||||
COPAS_LICENSE_FILES = $(COPAS_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
|
||||
Reference in New Issue
Block a user