2025-09-23 16:30:47 +00:00

33 lines
1.3 KiB
JSON

{
"version": "1.17.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.17.0/oxlint-win32-x64.zip",
"hash": "f77abff622451719519db16c43b93def7ff693a9580ade34ad2f5345d9d1d172"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.17.0/oxlint-win32-arm64.zip",
"hash": "c86548d047d7645d64c6ecc4a7f7269c190427f6f03613b863f7dc4f22a90754"
}
},
"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"
}
}
}
}