mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
lua: Update to version 5.4.7-2 (#5831)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
parent
caa5f5533b
commit
b2993b15c8
@ -1,76 +1,51 @@
|
|||||||
{
|
{
|
||||||
"version": "5.4.2",
|
"version": "5.4.7-2",
|
||||||
"description": "A powerful, efficient, lightweight, embeddable scripting language",
|
"description": "A powerful, efficient, lightweight, embeddable scripting language",
|
||||||
"homepage": "https://www.lua.org",
|
"homepage": "https://www.lua.org",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": [
|
"url": "https://mirror.msys2.org/mingw/clang64/mingw-w64-clang-x86_64-lua-5.4.7-2-any.pkg.tar.zst",
|
||||||
"https://downloads.sourceforge.net/project/luabinaries/5.4.2/Tools%20Executables/lua-5.4.2_Win64_bin.zip",
|
"hash": "28c382c7f33162deaa19d4722d611301ccc6825b097cb0504e3ff60ee27c392a",
|
||||||
"https://downloads.sourceforge.net/project/luabinaries/5.4.2/Windows%20Libraries/Dynamic/lua-5.4.2_Win64_dllw6_lib.zip"
|
"extract_dir": "clang64"
|
||||||
],
|
|
||||||
"hash": [
|
|
||||||
"sha1:31f5380006244e045c9aa2119feed8d353be72cb",
|
|
||||||
"sha1:e313a05e498b77b5e259737fe4ec851fe2b9d23e"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": [
|
"url": "https://mirror.msys2.org/mingw/clang32/mingw-w64-clang-i686-lua-5.4.7-2-any.pkg.tar.zst",
|
||||||
"https://downloads.sourceforge.net/project/luabinaries/5.4.2/Tools%20Executables/lua-5.4.2_Win32_bin.zip",
|
"hash": "6d3a4555be01eac5056d574c15f6b8459b428915f09b80f037a80c4281d66439",
|
||||||
"https://downloads.sourceforge.net/project/luabinaries/5.4.2/Windows%20Libraries/Dynamic/lua-5.4.2_Win32_dllw6_lib.zip"
|
"extract_dir": "clang32"
|
||||||
],
|
},
|
||||||
"hash": [
|
"arm64": {
|
||||||
"sha1:d5cb6359710413a71ba517617654f1c15229d61f",
|
"url": "https://mirror.msys2.org/mingw/clangarm64/mingw-w64-clang-aarch64-lua-5.4.7-2-any.pkg.tar.zst",
|
||||||
"sha1:c13d772ebe44157d55279b04b93b67b5f8805a4f"
|
"hash": "b00c1a7818ac6f7ef20c3b1ea75c01b205d049dc302da8fa85d609b875ee7dd2",
|
||||||
]
|
"extract_dir": "clangarm64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"lua54.exe",
|
"bin\\lua.exe",
|
||||||
[
|
"bin\\luac.exe"
|
||||||
"lua54.exe",
|
|
||||||
"lua"
|
|
||||||
],
|
|
||||||
"luac54.exe",
|
|
||||||
[
|
|
||||||
"luac54.exe",
|
|
||||||
"luac"
|
|
||||||
]
|
|
||||||
],
|
],
|
||||||
"env_set": {
|
"env_set": {
|
||||||
"LUA_EXE_PATH": "$dir",
|
"LUA_EXE_PATH": "$dir\\bin",
|
||||||
"LUA_CPATH": "$dir"
|
"LUA_CPATH": "$dir\\bin"
|
||||||
},
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "http://luabinaries.sourceforge.net/download.html",
|
"url": "https://packages.msys2.org/api/search?query=lua&qtype=binpkg",
|
||||||
"regex": "LuaBinaries ([\\d.]+)"
|
"jsonpath": "$.results.exact.version"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": [
|
"url": "https://mirror.msys2.org/mingw/clang64/mingw-w64-clang-x86_64-lua-$version-any.pkg.tar.zst",
|
||||||
"https://downloads.sourceforge.net/project/luabinaries/$version/Tools%20Executables/lua-$version_Win64_bin.zip",
|
"extract_dir": "clang64"
|
||||||
"https://downloads.sourceforge.net/project/luabinaries/$version/Windows%20Libraries/Dynamic/lua-$version_Win64_dllw6_lib.zip"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": [
|
"url": "https://mirror.msys2.org/mingw/clang32/mingw-w64-clang-i686-lua-$version-any.pkg.tar.zst",
|
||||||
"https://downloads.sourceforge.net/project/luabinaries/$version/Tools%20Executables/lua-$version_Win32_bin.zip",
|
"extract_dir": "clang32"
|
||||||
"https://downloads.sourceforge.net/project/luabinaries/$version/Windows%20Libraries/Dynamic/lua-$version_Win32_dllw6_lib.zip"
|
},
|
||||||
]
|
"arm64": {
|
||||||
|
"url": "https://mirror.msys2.org/mingw/clangarm64/mingw-w64-clang-aarch64-lua-$version-any.pkg.tar.zst",
|
||||||
|
"extract_dir": "clangarm64"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"bin": [
|
|
||||||
"lua$majorVersion$minorVersion.exe",
|
|
||||||
[
|
|
||||||
"lua$majorVersion$minorVersion.exe",
|
|
||||||
"lua"
|
|
||||||
],
|
|
||||||
"luac$majorVersion$minorVersion.exe",
|
|
||||||
[
|
|
||||||
"luac$majorVersion$minorVersion.exe",
|
|
||||||
"luac"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user