lua: Update to version 5.4.0 (#1398)

This commit is contained in:
Firegem 2020-09-13 18:44:17 -04:00 committed by GitHub
parent b37a1120cc
commit c315c7fe6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,26 +1,26 @@
{ {
"homepage": "http://www.lua.org/", "homepage": "http://www.lua.org/",
"version": "5.3.5", "version": "5.4.0",
"license": "MIT", "license": "MIT",
"description": "A powerful, efficient, lightweight, embeddable scripting language", "description": "A powerful, efficient, lightweight, embeddable scripting language",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.3.5_Win64_bin.zip", "https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.0_Win64_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip" "https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
], ],
"hash": [ "hash": [
"6a039e44a85ea7090d94e4a743ac627080f2d6d7ae1ca8bd3d70d471071cac04", "8A28E57A70D8EB44AA6F3EB87390D36A3C9F37A867B0EDD99C7D3ED4CA28C8E7",
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5" "546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
] ]
}, },
"32bit": { "32bit": {
"url": [ "url": [
"https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.3.5_Win32_bin.zip", "https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.0_Win32_bin.zip",
"https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip" "https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip"
], ],
"hash": [ "hash": [
"37afd9078a012e9021669f331fa71e34888833c59888b6758ba180774b7a3de6", "73C5CBE6DE6702341E0258C0E70FC801D3715B104EEF27C7F953D2C7E5A3DBDF",
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5" "546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
] ]
} }