mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.1.9",
|
|
"description": "An extremely fast Python linter, written in Rust",
|
|
"homepage": "https://github.com/astral-sh/ruff",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v0.1.9/ruff-0.1.9-x86_64-pc-windows-msvc.zip",
|
|
"hash": "114e57029f966d2a20fc51d1028a349d2da42fb50fd2e1f431ce80c48d9f8d01"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v0.1.9/ruff-0.1.9-i686-pc-windows-msvc.zip",
|
|
"hash": "d41b9df084bd2ada170e9e37cb57d5ad94f29519df08715108fc06b88c2bab0a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v0.1.9/ruff-0.1.9-aarch64-pc-windows-msvc.zip",
|
|
"hash": "f8fe75352383cfa777a652b5e43be8c858fd77e6e501954aea5f37761ab3295a"
|
|
}
|
|
},
|
|
"bin": "ruff.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-i686-pc-windows-msvc.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v$version/ruff-$version-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|