mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.1.1760617492-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.1760617492-1-any.pkg.tar.zst",
|
|
"hash": "6cc643cbb3d788d862e3d239bc85952ce43c8839859d08df759e6473f2d6b1d2",
|
|
"extract_dir": "mingw64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-luajit-2.1.1760617492-1-any.pkg.tar.zst",
|
|
"hash": "edd3b59ad04680fe0d814280d47c40b68929ee5097f55f56883b371a204e6d1b",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|