mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.1.1741730670-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.1741730670-1-any.pkg.tar.zst",
|
|
"hash": "726465bdc414d8442401367e106358eb364627adf24399aac2cb5be4aa61ddc5",
|
|
"extract_dir": "mingw64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-luajit-2.1.1741730670-1-any.pkg.tar.zst",
|
|
"hash": "b98aa1461fb68c691f67babad973cb00fda03f6df45dd1a06d52afcc1feaf313",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|