mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.0.286",
|
|
"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.286/ruff-x86_64-pc-windows-msvc.zip",
|
|
"hash": "658a16b182ec080509fed543bf4ac0d1e905763b9871a2d00e207f6da563df15"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.286/ruff-i686-pc-windows-msvc.zip",
|
|
"hash": "72dd7b14a8ab39b7ab6f76f77e898a23ece0e04538514191e8640035e928156b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.286/ruff-aarch64-pc-windows-msvc.zip",
|
|
"hash": "6a5bb32bb0090173e9faee362e2f997884fb9ed21aa559d0aa5e248c7f21a32d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|