ScoopInstaller_Main/bucket/tinymist.json
2025-11-22 12:31:19 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.14.2",
"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.2/tinymist-x86_64-pc-windows-msvc.zip",
"hash": "62f5907f37d170f22055d9f41dedb89ac738789fc940828205c97b28d280fe82"
},
"arm64": {
"url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.14.2/tinymist-aarch64-pc-windows-msvc.zip",
"hash": "16dff0c4489669a23750702a2689b5aceab3a1c0a12c85d8c72e67667411459a"
}
},
"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"
}
}
}