ScoopInstaller_Main/bucket/typstyle.json
2026-01-10 16:30:12 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.14.4",
"description": "Beautiful and reliable typst code formatter.",
"homepage": "https://github.com/typstyle-rs/typstyle",
"license": "Apache-2.0",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/typstyle-rs/typstyle/releases/download/v0.14.4/typstyle-x86_64-pc-windows-msvc.exe#/typstyle.exe",
"hash": "b16aebaed0aa296ef3e055d611f1e917f5849d3eb0f953bbcaa6f09f0503fb5b"
},
"arm64": {
"url": "https://github.com/typstyle-rs/typstyle/releases/download/v0.14.4/typstyle-aarch64-pc-windows-msvc.exe#/typstyle.exe",
"hash": "ca06bd83033703d5069ecc50a83b053909a921a226407e65cdaa80bb34d00d06"
}
},
"bin": "typstyle.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/typstyle-rs/typstyle/releases/download/v$version/typstyle-x86_64-pc-windows-msvc.exe#/typstyle.exe"
},
"arm64": {
"url": "https://github.com/typstyle-rs/typstyle/releases/download/v$version/typstyle-aarch64-pc-windows-msvc.exe#/typstyle.exe"
}
}
}
}