2026-02-05 04:57:32 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.15",
"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.15/ty-x86_64-pc-windows-msvc.zip",
"hash": "3950198936607918c8927eeb647268d1413ae6ddee2f769482015a6f33e4b1a7"
},
"32bit": {
"url": "https://github.com/astral-sh/ty/releases/download/0.0.15/ty-i686-pc-windows-msvc.zip",
"hash": "633ebebad6f627c29a5cdabed2cb106fa3c5cc7b07a6684684050b57c205bbb4"
},
"arm64": {
"url": "https://github.com/astral-sh/ty/releases/download/0.0.15/ty-aarch64-pc-windows-msvc.zip",
"hash": "98c47273b656b79cdec7d09c1915fbd7f8e88745afa1f76cb8e0aef48a98c9fc"
}
},
"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"
}
}
}