2025-03-13 00:37:10 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.15.15",
"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.15/oxlint-win32-x64.zip",
"hash": "7b535072b4219f75f671e18d84c4c936ccb06c7d6181d62a0ce6b227915616de"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.15.15/oxlint-win32-arm64.zip",
"hash": "88ce9a6a4a07bb1b7f2b61592b12b5f5f055df6af5c050784a872e7cd7f2a7f9"
}
},
"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"
}
}
}
}