mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-17 09:05:12 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.0.268",
|
|
"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.268/ruff-x86_64-pc-windows-msvc.zip",
|
|
"hash": "30d287f272f7b3c02bf46421022e5cac6839cfd5e38d17a0e23ecf7645605fb4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.268/ruff-i686-pc-windows-msvc.zip",
|
|
"hash": "ddea2616787347525ec83f8cb97c73267880674bef60d4664d07271cc9159a22"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.0.268/ruff-aarch64-pc-windows-msvc.zip",
|
|
"hash": "cdafb1ecbcb2f10f1035b2e835a4acc7aa4141c7c258f781f7247d6a96b7f9a0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|