mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 15:54:39 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.0.19",
|
|
"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.19/ty-x86_64-pc-windows-msvc.zip",
|
|
"hash": "60ff872b0ac4d373f2f738d1c711c8047d86cbcaf5a518864364025666c65575"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/ty/releases/download/0.0.19/ty-i686-pc-windows-msvc.zip",
|
|
"hash": "bd9da46dcfa37bdf0737c6ed228835c255ea13a4687454dc4168310886d11221"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/astral-sh/ty/releases/download/0.0.19/ty-aarch64-pc-windows-msvc.zip",
|
|
"hash": "a0fdd2773d49e3aeddccf0b8fc00457a61429ca1436737b946b5580299fe111d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|