srlua: Update to version 5.4.2

This commit is contained in:
Jakub Čábera 2021-01-09 08:27:01 +01:00
parent 64a49deaea
commit 4af781c92a

View File

@ -1,26 +1,26 @@
{ {
"version": "5.4.1", "version": "5.4.2",
"description": "A tool for building self-running Lua programs", "description": "A tool for building self-running Lua programs",
"homepage": "https://github.com/LuaDist/srlua", "homepage": "https://github.com/LuaDist/srlua",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.4.1_Win64_bin.zip", "https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.4.2_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": [
"b76d9f41ae6962aea5e53afa456b708d2443e98a57dae92ddb343e1051a1fa7a", "00b90f135e31926300bf4546975fc822cd2f7bc3a3523778ae6a2dd5d3c318c1",
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5" "546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
] ]
}, },
"32bit": { "32bit": {
"url": [ "url": [
"https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.4.1_Win32_bin.zip", "https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.4.2_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": [
"ea442c1faf2e5e5ab49989f4d11635715a3d8626594bc2f57bb52c1d773bbc2d", "b4016425c2cbd4ac0a12dc8414ffa1f331f230e139cd0b91613489d950f7c512",
"546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5" "546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5"
] ]
} }