2024-10-26 12:32:06 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.10.3",
"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.10.3/oxlint-win32-x64.zip",
"hash": "67602933885f3c1dc702a96a9f453dad1d02c5aef14c0732d482937f0f67ffc5"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.10.3/oxlint-win32-arm64.zip",
"hash": "5e27d22f45e983549fbe377a775b54c6cbb651febc60d1a4490cec700bf508f4"
}
},
"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"
}
}
}
}