xavante: bump to version 2.4.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
dd4250d584
commit
dd99477836
package/xavante
@ -1,14 +1,14 @@
|
||||
config BR2_PACKAGE_XAVANTE
|
||||
bool "xavante"
|
||||
# Runtime dependency only
|
||||
select BR2_PACKAGE_CGILUA
|
||||
select BR2_PACKAGE_COPAS
|
||||
select BR2_PACKAGE_COXPCALL
|
||||
select BR2_PACKAGE_LUAFILESYSTEM
|
||||
select BR2_PACKAGE_LUASOCKET
|
||||
select BR2_PACKAGE_WSAPI
|
||||
help
|
||||
Xavante is a Lua HTTP 1.1 Web server that uses a modular
|
||||
architecture based on URI mapped handlers.
|
||||
architecture based on URI mapped handlers. Xavante currently
|
||||
offers a file handler, a redirect handler and a WSAPI handler.
|
||||
Those are used for general files, URI remapping and WSAPI
|
||||
applications respectively.
|
||||
|
||||
http://keplerproject.github.com/xavante/
|
||||
|
@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 d683bebdb3e1b497dc04ceb3fb8f1c8c67a6486ab0c6da0c23f281cc07a63657 xavante-2.3.0-1.src.rock
|
||||
sha256 67c738f981e7d65d18c717f3acac59a37f95d5139c00fb0de5d3167262025273 xavante-2.4.0-1.src.rock
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAVANTE_VERSION = 2.3.0-1
|
||||
XAVANTE_VERSION = 2.4.0-1
|
||||
XAVANTE_LICENSE = MIT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
|
Loading…
Reference in New Issue
Block a user