2025-11-17 16:31:33 +00:00

33 lines
1.3 KiB
JSON

{
"version": "1.29.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/apps_v1.29.0/oxlint-win32-x64.zip",
"hash": "2269e7052eeed5d3e9fb47729dca5cb1f8aa1fab138df531c43042d6a4ac4b4a"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.29.0/oxlint-win32-arm64.zip",
"hash": "c057189cd534faf7b637704a05a0169c17aaa140c6092272385d4c8597b3fc4d"
}
},
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",
"bin": "oxlint.exe",
"checkver": {
"url": "https://api.github.com/repositories/599431918/releases",
"regex": "tag/apps_v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v$version/oxlint-win32-x64.zip"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v$version/oxlint-win32-arm64.zip"
}
}
}
}