mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 19:14:48 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.14.8",
|
|
"description": "A brand-new language server for Typst",
|
|
"homepage": "https://github.com/Myriad-Dreamin/tinymist",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.14.8/tinymist-x86_64-pc-windows-msvc.zip",
|
|
"hash": "3e541ec03c40027f901f42199a9b27b9087376725b0625e6cf51e346c3d9176f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.14.8/tinymist-aarch64-pc-windows-msvc.zip",
|
|
"hash": "c18a7865d29b80581b03d789737f88c5635e96a1e245f7a3664cf4419c070cb7"
|
|
}
|
|
},
|
|
"bin": "tinymist.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"arm64": {
|
|
"url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v$version/tinymist-aarch64-pc-windows-msvc.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v$version/tinymist-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/sha256.sum"
|
|
}
|
|
}
|
|
}
|