2025-08-07 16:30:48 +00:00

33 lines
1.3 KiB
JSON

{
"version": "1.11.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.11.0/oxlint-win32-x64.zip",
"hash": "e45c32b557d0bb9898c1c6456fcc874553cc2deba61e3c28c3cf277d2626bd23"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.11.0/oxlint-win32-arm64.zip",
"hash": "3adf3f194d120c3839af4501363fcdbce7833c5915553bcef632e6ce610128cb"
}
},
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$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"
}
}
}
}