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.2.0",
|
|
"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.2.0/ruff-0.2.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "de961bcb3f72c05a95ee7831437cbcdfc38e4c99b7e96cfc184b98cbf5be1a2c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v0.2.0/ruff-0.2.0-i686-pc-windows-msvc.zip",
|
|
"hash": "38eab62232f65c2c8e98b1eff59e046101c9439d98da3db5c12999330c837646"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v0.2.0/ruff-0.2.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "1efbd2cc3b444793bbb3d1c37b798726cab237792cdfa30cbf6d4677ff5e34f9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|