mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.1.1744318430-1",
|
|
"description": "Just-In-Time Compiler (JIT) for the Lua programming language.",
|
|
"homepage": "https://luajit.org/luajit.html",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-luajit-2.1.1744318430-1-any.pkg.tar.zst",
|
|
"hash": "6e2a095a88acdab9c62859d24228bbc6a6afa4e8efdf3a7e811e14fac41d2df9",
|
|
"extract_dir": "mingw64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-luajit-2.1.1744318430-1-any.pkg.tar.zst",
|
|
"hash": "d6d3b24e45e8d79ca3933e19eb44324210d94b266758ec23bc3c122c3d13a404",
|
|
"extract_dir": "mingw32"
|
|
}
|
|
},
|
|
"bin": "bin\\luajit.exe",
|
|
"checkver": {
|
|
"url": "https://packages.msys2.org/api/search?query=mingw-w64-x86_64-luajit&qtype=binpkg",
|
|
"jsonpath": "$.results.exact.version"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-luajit-$version-any.pkg.tar.zst"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-luajit-$version-any.pkg.tar.zst"
|
|
}
|
|
}
|
|
}
|
|
}
|