From 8fc67269e30a0f6f26512d1d1308a7708b8c1bc5 Mon Sep 17 00:00:00 2001 From: Nathan Mueller Date: Wed, 21 Oct 2020 09:56:49 -0600 Subject: [PATCH] lua: Update to version 5.4.1 (#1521) * lua: Update to version 5.4.1 * srlua: Update to version 5.4.1 * srlua@5.4.1: Fix bin --- bucket/lua.json | 22 ++++++++++++++++------ bucket/srlua.json | 24 +++++++++++++++++------- 2 files changed, 33 insertions(+), 13 deletions(-) diff --git a/bucket/lua.json b/bucket/lua.json index 8b16d83775..29ddd7a827 100644 --- a/bucket/lua.json +++ b/bucket/lua.json @@ -1,26 +1,26 @@ { "homepage": "http://www.lua.org/", - "version": "5.4.0", + "version": "5.4.1", "license": "MIT", "description": "A powerful, efficient, lightweight, embeddable scripting language", "architecture": { "64bit": { "url": [ - "https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.0_Win64_bin.zip", + "https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.1_Win64_bin.zip", "https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip" ], "hash": [ - "8A28E57A70D8EB44AA6F3EB87390D36A3C9F37A867B0EDD99C7D3ED4CA28C8E7", + "0faeda4e64113fbfd288e7a12ce58aeaf92e01c2256340a5ae4bb8b617e8461f", "546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5" ] }, "32bit": { "url": [ - "https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.0_Win32_bin.zip", + "https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.1_Win32_bin.zip", "https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip" ], "hash": [ - "73C5CBE6DE6702341E0258C0E70FC801D3715B104EEF27C7F953D2C7E5A3DBDF", + "720167e8786b2356f1c7371fedca80413896c10192bdaac007ffab0a899a8910", "546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5" ] } @@ -31,6 +31,16 @@ ], "checkver": { "url": "https://joedf.ahkscript.org/LuaBuilds/", - "regex": "Lua ([\\d.]+) for Windows" + "regex": "Lua ([\\d.]+(-[\\w]+)?)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://joedf.ahkscript.org/LuaBuilds/hdata/lua-$version_Win64_bin.zip" + }, + "32bit": { + "url": "https://joedf.ahkscript.org/LuaBuilds/hdata/lua-$version_Win32_bin.zip" + } + } } } diff --git a/bucket/srlua.json b/bucket/srlua.json index 2f63169e1e..66602b5373 100644 --- a/bucket/srlua.json +++ b/bucket/srlua.json @@ -1,36 +1,46 @@ { "homepage": "https://github.com/LuaDist/srlua", - "version": "5.3.5", + "version": "5.4.1", "license": "MIT", "description": "A tool for building self-running Lua programs", "architecture": { "64bit": { "url": [ - "https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.3.5_Win64_bin.zip", + "https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.4.1_Win64_bin.zip", "https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip" ], "hash": [ - "c2bc41a326e2b0e65331be78e91fad08963e52b2cb6a995966ff0f5d5f1c522d", + "b76d9f41ae6962aea5e53afa456b708d2443e98a57dae92ddb343e1051a1fa7a", "546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5" ] }, "32bit": { "url": [ - "https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.3.5_Win32_bin.zip", + "https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-5.4.1_Win32_bin.zip", "https://joedf.ahkscript.org/LuaBuilds/hdata/libgcc_s_dw2-1.dll.zip" ], "hash": [ - "8e95a19fbf57a38f30433317d873556f03e2e1bcc5f471e64f8d6fdfb3c2bc97", + "ea442c1faf2e5e5ab49989f4d11635715a3d8626594bc2f57bb52c1d773bbc2d", "546204ef8af80565b051b0d5dec2d885ae524cf060f99683e038e4b49b60d9e5" ] } }, "bin": [ "srlua.exe", - "glue.exe" + "srglue.exe" ], "checkver": { "url": "https://joedf.ahkscript.org/LuaBuilds/", - "regex": "Lua ([\\d.]+) for Windows" + "regex": "Lua ([\\d.]+(-[\\w]+)?)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-$version_Win64_bin.zip" + }, + "32bit": { + "url": "https://joedf.ahkscript.org/LuaBuilds/hdata/srlua-$version_Win32_bin.zip" + } + } } }