2026-02-10 20:33:45 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.16",
"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.16/ty-x86_64-pc-windows-msvc.zip",
"hash": "cf96f9be553130e7ddc425b0798af6f671b6ba9c37290062c60054f811f6f6d9"
},
"32bit": {
"url": "https://github.com/astral-sh/ty/releases/download/0.0.16/ty-i686-pc-windows-msvc.zip",
"hash": "0f5e7be33d7d749bd78761873da82d759eb49845d8aceb307f6199eae28e3848"
},
"arm64": {
"url": "https://github.com/astral-sh/ty/releases/download/0.0.16/ty-aarch64-pc-windows-msvc.zip",
"hash": "b97cc94b53b01538ed8f51dc7cae36374f6ed1ab525acfbea85c6efe5ff5b411"
}
},
"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"
}
}
}