2024-08-23 04:28:19 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.8.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_v0.8.0/oxlint-win32-x64.zip",
"hash": "fd5159defb93a7f99855bc802a5f5316e1cea45cefd64041488198f63d8bb444"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.8.0/oxlint-win32-arm64.zip",
"hash": "828034b1f5b47cfadb846a0bab3190a0ae81eb705148ebd39c52346ccd00cd34"
}
},
"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"
}
}
}
}