mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.1.3",
|
|
"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.1.3/ruff-x86_64-pc-windows-msvc.zip",
|
|
"hash": "605e44ed4e7ae718dca298584270816c1d8c6eddcc1bc96b17c37d5938706ddc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.3/ruff-i686-pc-windows-msvc.zip",
|
|
"hash": "cc24eb8bc24c90ccb6686485c02d3df3a0cec04c9d0491d92a4479dad9064313"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.3/ruff-aarch64-pc-windows-msvc.zip",
|
|
"hash": "daf5642a0b14d78a7cb1c9e7305d034ee9c6a09071e8507379b5b2686da9150c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|