2026-02-02 12:32:54 +00:00

33 lines
1.3 KiB
JSON

{
"version": "1.43.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.43.0/oxlint-win32-x64.zip",
"hash": "7df7f8623c612376eb746343521fe1054a5cb7c12e4d574b606f38fa772a98c2"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.43.0/oxlint-win32-arm64.zip",
"hash": "c60d502df9d5f58f5a27b931512bbc2e51f18dde3b33ffc9e01d604980b9e1ae"
}
},
"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"
}
}
}
}