mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.13.18",
|
|
"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.13.18/typstyle-x86_64-pc-windows-msvc.exe#/typstyle.exe",
|
|
"hash": "81db6ddc6115ea81615e7fc2e7f0de4f2b15f56766890c3c6f8e803cd876cd6b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/typstyle-rs/typstyle/releases/download/v0.13.18/typstyle-aarch64-pc-windows-msvc.exe#/typstyle.exe",
|
|
"hash": "613403c9604b0185f0c6700dbcce0d64c7e0d3c88183a1269ac7e0aeffb56ebe"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|