ScoopInstaller_Main/bucket/tinymist.json
2025-10-27 12:31:54 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.13.30",
"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.13.30/tinymist-x86_64-pc-windows-msvc.zip",
"hash": "7dbd2021689c67cbea7491d68fae94f76f799e84d2c44d2e92cf4a2cb4add022"
},
"arm64": {
"url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.30/tinymist-aarch64-pc-windows-msvc.zip",
"hash": "0b88eb5edd46db0d19de010846429807683ca78e6637397bc42882e655b98512"
}
},
"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"
}
}
}