package/luaposix: bump to version 35.0
LICENSE diff: - Copyright (C) 2006-2019 luaposix authors + Copyright (C) 2006-2020 luaposix authors Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [yann.morin.1998@free.fr: simplify help entry] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
4fc87ffb50
commit
e08fdf9bb0
@ -5,7 +5,7 @@ config BR2_PACKAGE_LUAPOSIX
|
||||
# doesn't find it.
|
||||
select BR2_PACKAGE_LUA_BIT32 if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT # runtime
|
||||
help
|
||||
This is a POSIX binding for LuaJIT, Lua 5.1, 5.2 and 5.3;
|
||||
This is a POSIX binding for LuaJIT, Lua 5.1 through 5.4;
|
||||
like most libraries it simply binds to C APIs on the
|
||||
underlying system, so it won't work on non-POSIX systems.
|
||||
However, it does try to detect the level of POSIX conformance
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 7948f4ac8b953172e928753632e37ad97cc3014df74b524fe7839f71216a7e90 luaposix-34.1.1.tar.gz
|
||||
sha256 a868e95dd14f832eb63c4580c5fed42d78a6bd11785e3605211f446b05904a18 LICENSE
|
||||
sha256 a4edf2f715feff65acb009e8d1689e57ec665eb79bc36a6649fae55eafd56809 luaposix-35.0.tar.gz
|
||||
sha256 e5d496c903dc3989bb2f6f175cda52d26e3494ad1fdd67ae1c3b3e5f76ffb86f LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUAPOSIX_VERSION = 34.1.1
|
||||
LUAPOSIX_VERSION = 35.0
|
||||
LUAPOSIX_SITE = $(call github,luaposix,luaposix,v$(LUAPOSIX_VERSION))
|
||||
LUAPOSIX_LICENSE = MIT
|
||||
LUAPOSIX_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user