33 lines
1.3 KiB
JSON

{
"version": "1.6.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.6.0/oxlint-win32-x64.zip",
"hash": "f3b01e2690c8b72f2654dfdc35325d5a36a3db36118c2c0c05b19c489317ad51"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.6.0/oxlint-win32-arm64.zip",
"hash": "ada373ef1f1508f725fb10c503d71702b81a560138f6e2369cf52ff181c6f4c9"
}
},
"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"
}
}
}
}