2024-12-10 20:29:23 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.15.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.15.0/oxlint-win32-x64.zip",
"hash": "a898293a0ecca9e1bfed436dcc4e0fa64b93040acc633fd337cba40fa4ae71d5"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.15.0/oxlint-win32-arm64.zip",
"hash": "5e029588cae464634aa6f26a5f8fd3102786478c5ca91a5ac0629a15fee1a767"
}
},
"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"
}
}
}
}