mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.16.10",
|
|
"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.16.10/oxlint-win32-x64.zip",
|
|
"hash": "8f6f57516b6085ed7225333c84e17e9aefe8fc0af77aabf2381a2771c1eb18e8"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.10/oxlint-win32-arm64.zip",
|
|
"hash": "f65fea5a934c90932613f49367d7d1b9b53fd4c41718b26d22234034cd6f3c32"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|