diff options
author | 2019-08-01 12:19:10 +0200 | |
---|---|---|
committer | 2019-08-01 18:11:33 +0200 | |
commit | 0b32cd888e1bf151ea4e68ea69d44d7a910988e9 (patch) | |
tree | a7d4e06b4ce668385570001893ca466cb7a60e84 /package/luaposix | |
parent | 2174355059adb451fc55cc0cece68c0fda92c2e0 (diff) | |
download | buildroot-0b32cd888e1bf151ea4e68ea69d44d7a910988e9.tar.gz buildroot-0b32cd888e1bf151ea4e68ea69d44d7a910988e9.tar.bz2 |
package/luaposix: bump to version 34.1.1
the module std.normalize is no longer a dependency
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/luaposix')
-rw-r--r-- | package/luaposix/Config.in | 1 | ||||
-rw-r--r-- | package/luaposix/luaposix.hash | 2 | ||||
-rw-r--r-- | package/luaposix/luaposix.mk | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/package/luaposix/Config.in b/package/luaposix/Config.in index bdc9926b1e..1e2291b3f5 100644 --- a/package/luaposix/Config.in +++ b/package/luaposix/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_LUAPOSIX bool "luaposix" - select BR2_PACKAGE_LUA_STD_NORMALIZE # runtime # "bit32" is included in Lua 5.2+. luajit has an equivalent # "bit" module, but since it has a different name, luaposix # doesn't find it. diff --git a/package/luaposix/luaposix.hash b/package/luaposix/luaposix.hash index a6b5cd42d4..fb06bc40a1 100644 --- a/package/luaposix/luaposix.hash +++ b/package/luaposix/luaposix.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 b0f8bdfe4b43b6d79b8f3e8ef5b158de889e5dde046618a33335a38d2b5b90f9 luaposix-34.1.tar.gz +sha256 7948f4ac8b953172e928753632e37ad97cc3014df74b524fe7839f71216a7e90 luaposix-34.1.1.tar.gz diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk index c7a9542969..ab6b030fca 100644 --- a/package/luaposix/luaposix.mk +++ b/package/luaposix/luaposix.mk @@ -4,7 +4,7 @@ # ################################################################################ -LUAPOSIX_VERSION = 34.1 +LUAPOSIX_VERSION = 34.1.1 LUAPOSIX_SITE = $(call github,luaposix,luaposix,v$(LUAPOSIX_VERSION)) LUAPOSIX_LICENSE = MIT LUAPOSIX_LICENSE_FILES = LICENSE |