2025-06-23 08:30:28 +00:00

33 lines
1.2 KiB
JSON

{
"version": "1.3.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_v1.3.0/oxlint-win32-x64.zip",
"hash": "a3727c41b367e8741b0639e81d9d5da825bd042f73bcaf45bc2136efab50ecf5"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.3.0/oxlint-win32-arm64.zip",
"hash": "494479e7af51dbf47ddd81abf2212763dc939475f9c079efb111a6cdf9dbea98"
}
},
"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"
}
}
}
}