mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "1.10.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.10.0/oxlint-win32-x64.zip",
|
|
"hash": "afc5463531c14767aa9b4e71c816e608fbce369b83664ad0e4d9b7245f09f115"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.10.0/oxlint-win32-arm64.zip",
|
|
"hash": "85122c14f173c6c5b713f8f158a2961692c597b01ac8ed60b296bec34e3f0219"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|