2024-06-07 12:31:22 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.4.3",
"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_v0.4.3/oxlint-win32-x64.zip",
"hash": "6384ad8aee850be7a57432642573db67f2826b18669653a46b1a46a97dd58743"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.4.3/oxlint-win32-arm64.zip",
"hash": "253ee5f2234ea171878a42bf166303c38f06f6a482803842406fca9b77b5303e"
}
},
"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"
}
}
}
}