2025-07-29 12:32:14 +00:00

33 lines
1.3 KiB
JSON

{
"version": "1.9.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.9.0/oxlint-win32-x64.zip",
"hash": "108b9d9ad1a65bb0e19676c26a9daa846ad20fd75267eca4fdaf302acf7c7bd2"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.9.0/oxlint-win32-arm64.zip",
"hash": "34aed5ccf693d1637a5775655c7a0cc70b34f6f07db5e2f5af99f7c97d623818"
}
},
"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"
}
}
}
}