2025-02-01 16:28:49 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.15.9",
"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.15.9/oxlint-win32-x64.zip",
"hash": "c780cbb923eedf72ff74207800c67b19b4c2ec1cf9b190c5296b10844c29178b"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.15.9/oxlint-win32-arm64.zip",
"hash": "fb1eab23e6d3d03a4f43f976e4b3a462102727a0a2578c07b588fdf4704a247b"
}
},
"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"
}
}
}
}