mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.4.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.4.9/ruff-0.4.9-x86_64-pc-windows-msvc.zip",
|
|
"hash": "db955f6d099ad93ba09035eb652ba16b06b6926571f8f27bc93080dfc12d25e7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.9/ruff-0.4.9-i686-pc-windows-msvc.zip",
|
|
"hash": "5467ed22a35735d9a35d42677a933ed37143ab750bd808e270d88c05db067e8d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/v0.4.9/ruff-0.4.9-aarch64-pc-windows-msvc.zip",
|
|
"hash": "28bb29e09943707cd16fcda5160039fdecb141903ae69c666395398d5cef5231"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|