2025-06-19 08:30:26 +00:00

33 lines
1.2 KiB
JSON

{
"version": "1.2.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.2.0/oxlint-win32-x64.zip",
"hash": "ee1b0bb64b40bfaf202ae1c09f732dc6311c2c105b5d0e7ffa748a1d9a9a4145"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.2.0/oxlint-win32-arm64.zip",
"hash": "bd3d383c7e4177592c0970d9e77809a542ac88dccd826c5292f87929fd2c5da3"
}
},
"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"
}
}
}
}