2025-07-02 04:30:18 +00:00

33 lines
1.2 KiB
JSON

{
"version": "1.5.0",
"description": "A collection of JavaScript tools written in Rust.",
"homepage": "https://github.com/oxc-project/oxc",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.5.0/oxlint-win32-x64.zip",
"hash": "f700b64c9abbaaa1375aa4ffb04bc5e5049eb6d5241b7322b3f8675842b69c00"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.5.0/oxlint-win32-arm64.zip",
"hash": "74d26e79aa69544520adb6e1d73a92f87509fe7f938afc41cac2652013d0828f"
}
},
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",
"bin": "oxlint.exe",
"checkver": {
"url": "https://api.github.com/repositories/599431918/releases",
"regex": "tag/oxlint_v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v$version/oxlint-win32-x64.zip"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v$version/oxlint-win32-arm64.zip"
}
}
}
}