mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.1.0.beta3.r481.g51fb2f2c-2",
|
|
"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.0.beta3.r481.g51fb2f2c-2-any.pkg.tar.zst",
|
|
"hash": "d37fb8b22e9fa89b2aec9625720bec24dfaad96220301c7eabd2a9b580abfddd",
|
|
"extract_dir": "mingw64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-luajit-2.1.0.beta3.r481.g51fb2f2c-2-any.pkg.tar.zst",
|
|
"hash": "609c0cf80c34837665660b42a9ded00c67e65de3cf946b2d57992d85c7086a5f",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|