2025-12-15 12:32:40 +00:00

33 lines
1.3 KiB
JSON

{
"version": "1.33.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.33.0/oxlint-win32-x64.zip",
"hash": "982e6717ec0d95ba30725f625a177e9f0cfd908f3f9a802a7281da6bfacb6626"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.33.0/oxlint-win32-arm64.zip",
"hash": "e834161707c0d899aea36a992637125e46625e363886e75693b582b027a6c23a"
}
},
"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"
}
}
}
}