2024-05-28 16:28:23 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.4.2",
"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.4.2/oxlint-win32-x64.zip",
"hash": "b99190fec55c429e512eb69d4aff9ba20a779faa7553ca804ec3f1b4942b55ff"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.4.2/oxlint-win32-arm64.zip",
"hash": "c5c358f4598f6717022484659b5ee7b50de1682df8ca88c91715ccdc15fe1315"
}
},
"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"
}
}
}
}