mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.0.280",
|
|
"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.280/ruff-x86_64-pc-windows-msvc.zip",
|
|
"hash": "84a7a532baa835b3d096a39846fb228c6238660d1f838d08fade4eeea3b4a68a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.280/ruff-i686-pc-windows-msvc.zip",
|
|
"hash": "35bb4f7e266ea78e952cd1ef80d62ff7fda8ca8cac6c2937a0c67fa9eeeaffc5"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.280/ruff-aarch64-pc-windows-msvc.zip",
|
|
"hash": "1e458337217400aaacda9edc06b38249f762a9a8715247555ca60a2622ffacbc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|