2024-11-09 12:31:35 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.11.1",
"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.11.1/oxlint-win32-x64.zip",
"hash": "7ed2a3dc2a1370225feefc5800afff9f5dbdc975cc3cdb8456946e7e15054198"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.11.1/oxlint-win32-arm64.zip",
"hash": "ff79196903a31c82266eb5ade77ef9331279bd4ceefbe8f4066e3aea8fb4570c"
}
},
"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"
}
}
}
}