mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.1.1748459687-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.1748459687-1-any.pkg.tar.zst",
|
|
"hash": "a6372560d5560f32348ddbe30c650ee080ea48928982d899f929f932d9b4fdc2",
|
|
"extract_dir": "mingw64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-luajit-2.1.1748459687-1-any.pkg.tar.zst",
|
|
"hash": "6809a5aebee58cdffab520d4020666d708540cd8f5b1faa078d116d516fd7515",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|