mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-27 05:44:39 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.0.18",
|
|
"description": "An extremely fast Python type checker and language server, written in Rust.",
|
|
"homepage": "https://github.com/astral-sh/ty",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/astral-sh/ty/releases/download/0.0.18/ty-x86_64-pc-windows-msvc.zip",
|
|
"hash": "fb57f9750530dc99e9270d6f5ccec54fa617f87aada0466c8233bcbc718dc482"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/ty/releases/download/0.0.18/ty-i686-pc-windows-msvc.zip",
|
|
"hash": "208dc4af1a294af262d4c711613d357af0fc8b357c8722142b1e6f932334ab0f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/astral-sh/ty/releases/download/0.0.18/ty-aarch64-pc-windows-msvc.zip",
|
|
"hash": "e7f377a3efd1f39c9b3f5806ff12fdb796ef21549b2b4f1ce6bd8f7efa09b488"
|
|
}
|
|
},
|
|
"bin": "ty.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/astral-sh/ty/releases/download/$version/ty-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/ty/releases/download/$version/ty-i686-pc-windows-msvc.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/astral-sh/ty/releases/download/$version/ty-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|