mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 01:41:21 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "1.7.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/oxlint_v1.7.0/oxlint-win32-x64.zip",
|
|
"hash": "a829a296881305c5eb10255c5e9ed25f193eff3436ec72de1f53cbbdcc98b6c0"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.7.0/oxlint-win32-arm64.zip",
|
|
"hash": "de3ee72f0afb58fc38e0376d040b141376170a546eb6e9cf01e720b80bc4375a"
|
|
}
|
|
},
|
|
"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/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"
|
|
}
|
|
}
|
|
}
|
|
}
|