2024-09-23 08:29:58 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.9.7",
"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.7/oxlint-win32-x64.zip",
"hash": "b7f459f4e6293e9fb250263ed4e9c4ae80de597f36f49eb78bfaa1db9ce83052"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.9.7/oxlint-win32-arm64.zip",
"hash": "ece79b356ba931d8df22d855dde82681f0701b12130c6aa621e801fafb5e60f2"
}
},
"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"
}
}
}
}