2024-12-01 12:32:21 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.14.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_v0.14.0/oxlint-win32-x64.zip",
"hash": "e23dd083c9ffd50adc8fcdc92918b8e18652dfb9bba30ac0bdb2508070396fd5"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.14.0/oxlint-win32-arm64.zip",
"hash": "8e397f201deb56fee00d944a3fe99d6dab6d74ca55a574cb0b62604e93083b45"
}
},
"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"
}
}
}
}