ScoopInstaller_Main/bucket/tinymist.json
2026-01-03 12:31:43 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.14.6",
"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.6/tinymist-x86_64-pc-windows-msvc.zip",
"hash": "24c4693d445184e9a73f3d496122e4582df52e9c5cb5684797752b780c42cfe3"
},
"arm64": {
"url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.14.6/tinymist-aarch64-pc-windows-msvc.zip",
"hash": "badc776870db5452e1dddab47791be199673011bf119bf0a096ee2b23a4762c1"
}
},
"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"
}
}
}