mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "1.15.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.15.0/oxlint-win32-x64.zip",
|
|
"hash": "98d833b5ded0c52182cc62ab9d3c3ea228fdb3df2702835284d55df8751044ea"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.15.0/oxlint-win32-arm64.zip",
|
|
"hash": "9cd84eb52a998937efea57acd79827f818c6499645819246f63d9eea8bab8172"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|