2025-05-03 16:29:31 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.16.9",
"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.9/oxlint-win32-x64.zip",
"hash": "563320123e6c5452bf9b27197e0097630012d6382191b993fb75b1d34d0f8b56"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.9/oxlint-win32-arm64.zip",
"hash": "6bd8b30042ef5fbb30ac9b67003c51a2c52bc1c042a666c6ba7d08a19f2d98c4"
}
},
"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"
}
}
}
}