2024-08-15 08:29:23 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.7.2",
"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.7.2/oxlint-win32-x64.zip",
"hash": "7a1fca38b7b1918965e04c6ec5282ef7300b22a1c5be090df8d3879329975a9b"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.7.2/oxlint-win32-arm64.zip",
"hash": "9ddde3139d7c9360bd3694098a26f0f886af15eb8b2546d7e889443253672841"
}
},
"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"
}
}
}
}