package/luaposix: bump version to 34.0.4
authorJames Hilliard <james.hilliard1@gmail.com>
Sat, 29 Dec 2018 02:07:25 +0000 (10:07 +0800)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 30 Dec 2018 14:15:45 +0000 (15:15 +0100)
This version has a new dependency on lua-std-normalize.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/luaposix/Config.in
package/luaposix/luaposix.hash
package/luaposix/luaposix.mk

index 91abcb9e3249b4226396f475476943ab47a0b37a..176c7656b41cd8039c850a1b589bad07da29e8d5 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_LUAPOSIX
        bool "luaposix"
        depends on BR2_PACKAGE_HAS_LUAINTERPRETER
+       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.
index b3984c1d15dc91db1d90882e7ec6966ffa68a257..a13cb4a9eba1342c563315ff4db27224f76371f3 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 ba0bc343783fc33958cd02a68cdbfd65430152d9f297f7ed92678b1a305bd5d7  luaposix-34.0.1.tar.gz
+sha256 eb6e7322da3013bdb3d524f68df4f5510a2efd805c06bf7cc27be6611eab7483  luaposix-34.0.4.tar.gz
index 779e707ce8bf9a768be895f6485db80fe15239af..f4679929c0902ec161dc4122dd340ce0488413d1 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LUAPOSIX_VERSION = 34.0.1
-LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION))
+LUAPOSIX_VERSION = 34.0.4
+LUAPOSIX_SITE = $(call github,luaposix,luaposix,v$(LUAPOSIX_VERSION))
 LUAPOSIX_LICENSE = MIT
 LUAPOSIX_LICENSE_FILES = LICENSE
 LUAPOSIX_DEPENDENCIES = luainterpreter host-lua