2025-11-24 12:32:22 +00:00

33 lines
1.3 KiB
JSON

{
"version": "1.30.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/apps_v1.30.0/oxlint-win32-x64.zip",
"hash": "f18007185ec98218f5c3e2f50f99bad7112cfd18ea6bdeac5ff13b59481150ef"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.30.0/oxlint-win32-arm64.zip",
"hash": "0b57b36f7941ff555d9829f3f1337e9cd5075893bbad71f8d2a3b0d729e1a893"
}
},
"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/apps_v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v$version/oxlint-win32-x64.zip"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v$version/oxlint-win32-arm64.zip"
}
}
}
}