2024-09-02 16:29:58 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.9.2",
"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.9.2/oxlint-win32-x64.zip",
"hash": "218acc03fd01adbc14f8fd68c0bbc59e07979f7e9212cb91d314afaa804fb4d7"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.9.2/oxlint-win32-arm64.zip",
"hash": "9aa103fd82aba9ca6514c709cbb9ba3bd7ff1f7b9e88000999cda2588cb817a6"
}
},
"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"
}
}
}
}