2024-04-22 08:28:06 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.3.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.3.1/oxlint-win32-x64.zip",
"hash": "10a070f330afc744ceae76c49560fbdbaf4ed13cc49a19ebbd3912c4fca56930"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.3.1/oxlint-win32-arm64.zip",
"hash": "fa86ec59c0748478c1c798da2235ecaca6315d7a8c4a4bb499f39dfe2a5ff014"
}
},
"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"
}
}
}
}