ScoopInstaller_Main/bucket/typstyle.json
2025-10-29 16:31:18 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.14.0",
"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.0/typstyle-x86_64-pc-windows-msvc.exe#/typstyle.exe",
"hash": "217d8aaec235ef00ac38dda60361624c8b86e1e122338cc98520a53d7fa6b86a"
},
"arm64": {
"url": "https://github.com/typstyle-rs/typstyle/releases/download/v0.14.0/typstyle-aarch64-pc-windows-msvc.exe#/typstyle.exe",
"hash": "6bd70cea1b88da5888e07977498de25f90c6b3ad6c5914fd667b4f322c998dae"
}
},
"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"
}
}
}
}