mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 02:51:19 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.0.291",
|
|
"description": "An extremely fast Python linter, written in Rust",
|
|
"homepage": "https://github.com/charliermarsh/ruff",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.291/ruff-x86_64-pc-windows-msvc.zip",
|
|
"hash": "5ded4afd6133e1c93fa5c49534978975bfa942d79e94c2ce917f325ae735a9e2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.291/ruff-i686-pc-windows-msvc.zip",
|
|
"hash": "e18ff6fa1ab0484b1e4d6360dfefc30392ca6a19c4c97865be6d57d8fcb322c6"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.291/ruff-aarch64-pc-windows-msvc.zip",
|
|
"hash": "65c09e014e712e9badbe527f3d793057fcd7e76333b8190bdca70f6183f64533"
|
|
}
|
|
},
|
|
"bin": "ruff.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v$version/ruff-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v$version/ruff-i686-pc-windows-msvc.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v$version/ruff-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|