2024-07-18 16:29:15 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.6.1",
"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.6.1/oxlint-win32-x64.zip",
"hash": "cc674e85be3c74618487dc87f1790697f51acd46112f4e0261e48cb58bb3eb3f"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.6.1/oxlint-win32-arm64.zip",
"hash": "0d6894394b70eb2fb7a2cbeb6699104551a0e8941d132d07cfab916cc3674678"
}
},
"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"
}
}
}
}