2024-08-29 08:29:27 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.9.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.9.1/oxlint-win32-x64.zip",
"hash": "b39bbe4a982ac0a551ba52d683104c62c7a34e81a9225032ec498cc18565eff6"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.9.1/oxlint-win32-arm64.zip",
"hash": "c7340788a7fee8b4f2dddfd58533f2c2e43ed53549b70f50b1c0b4cf6f3fe00e"
}
},
"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"
}
}
}
}