2026-01-19 20:30:07 +00:00

33 lines
1.3 KiB
JSON

{
"version": "1.41.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.41.0/oxlint-win32-x64.zip",
"hash": "c20def7eb3ed68b1e9e352879fc1e98cd0c81c6755f6d13c2bc04b5d8bb6b026"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.41.0/oxlint-win32-arm64.zip",
"hash": "6ff6d5613a763e65a8b15a0ad0c3fa6ad417777a2d4d53d3629715506a37a28b"
}
},
"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"
}
}
}
}