mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 13:15:15 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.3.6",
|
|
"description": "An extremely fast Python linter, written in Rust",
|
|
"homepage": "https://github.com/astral-sh/ruff",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.6/ruff-0.3.6-x86_64-pc-windows-msvc.zip",
|
|
"hash": "bfe5d3af54d2d12e8487e397e25505acb89cfb64c08ab44c0cc5a09b9276a1ac"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.6/ruff-0.3.6-i686-pc-windows-msvc.zip",
|
|
"hash": "b70dfce4ad815a793d17dc27194528ae88dcdb6a7e31ebc386fb68bffd04f2e1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v0.3.6/ruff-0.3.6-aarch64-pc-windows-msvc.zip",
|
|
"hash": "13bfb83dc2675820a11d2468b63fcd3d83800aa546c3e21d00ccf5e80af49b96"
|
|
}
|
|
},
|
|
"bin": "ruff.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-i686-pc-windows-msvc.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|