2026-01-26 16:58:47 +00:00

33 lines
1.3 KiB
JSON

{
"version": "1.42.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.42.0/oxlint-win32-x64.zip",
"hash": "75e1c3d5545966017b639f8bd77ee8507710e760d9400d0d55b8ab7ac71dcfc3"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.42.0/oxlint-win32-arm64.zip",
"hash": "67114b66d36981d18b0a2a7b88da724886b3826b2bb2e8b03648fa7208c63b16"
}
},
"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"
}
}
}
}