ScoopInstaller_Main/bucket/tinymist.json
2025-11-02 12:31:20 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.14.0",
"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.0/tinymist-x86_64-pc-windows-msvc.zip",
"hash": "3cc774f88c91ddf40c07fc8a1d6b632ba2c19cf81259f2c6963c2de69d09525b"
},
"arm64": {
"url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.14.0/tinymist-aarch64-pc-windows-msvc.zip",
"hash": "0c2937659085a92508d573f0f1bf3e0711d4a6fd3ee95e446c1a53efb5e94dd3"
}
},
"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"
}
}
}