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

33 lines
1.2 KiB
JSON

{
"version": "0.3.5",
"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.3.5/oxlint-win32-x64.zip",
"hash": "6fc32b2f0464dea9d47b344241d7341bc1eadabb83a919a594935ae9e66d37e4"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.3.5/oxlint-win32-arm64.zip",
"hash": "7561df3594eabdec86877b0a58f4d8e6a3088970998a5f00c9308f99b33e3181"
}
},
"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"
}
}
}
}