2025-05-16 12:31:39 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.16.11",
"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.16.11/oxlint-win32-x64.zip",
"hash": "664fd37f8309d6b45697b2501c37f6d0d6150ec3c39ef9eca88d84e192a22cca"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.11/oxlint-win32-arm64.zip",
"hash": "8fa6e0926195faeb49b174c537477d1575c73c18764f6f4f1f5d0f90e943b2c7"
}
},
"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"
}
}
}
}