mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 19:14:48 +00:00
ty: Add version 0.0.11 (#7513)
* ty: Add version 0.0.8 Add configuration for ty, a Rust-based Python type checker. * ty: Update to version 0.0.11
This commit is contained in:
parent
8af42977e5
commit
ea93490eef
38
bucket/ty.json
Normal file
38
bucket/ty.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"version": "0.0.11",
|
||||
"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.11/ty-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "ed259f539aff9871506aa5a954caba49d76e72a6c4aa58a9ec69639d9fc38ae8"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/astral-sh/ty/releases/download/0.0.11/ty-i686-pc-windows-msvc.zip",
|
||||
"hash": "85b63275e31dc56613e349e88a21ad7eb6283884d198b90f63ae6cbc47040327"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/astral-sh/ty/releases/download/0.0.11/ty-aarch64-pc-windows-msvc.zip",
|
||||
"hash": "6ba49629e4f7a8b6e21f52f59861010f5ac68056586b2517f952fc89d33b45c9"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user