mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.0.12",
|
|
"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.12/ty-x86_64-pc-windows-msvc.zip",
|
|
"hash": "674684e6475c4ea47ad26ee76936e8ddd2b9cde534d0b670bc34763060ce24cd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/ty/releases/download/0.0.12/ty-i686-pc-windows-msvc.zip",
|
|
"hash": "1f936f2f227b7baa594b1e45f258a61f99689d61c5ee15fb72e31d7cf60f598f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/astral-sh/ty/releases/download/0.0.12/ty-aarch64-pc-windows-msvc.zip",
|
|
"hash": "111e61c02903a6a7fd7f9aba47a2fa3fc1dfaa45369d1f781f53f420aa99ef82"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|