mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.13.26",
|
|
"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.26/tinymist-x86_64-pc-windows-msvc.zip",
|
|
"hash": "27a5b13893727db4cf88387f48a9f3009d5a00a45d5f1a7f5c7c3592e773d127"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.26/tinymist-aarch64-pc-windows-msvc.zip",
|
|
"hash": "d6ad52bc1a5ea86633b4e8ad07160434b7ee3cd3f3e1084f2fac0e6366085384"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|