Steve Hipwell 4ff6a4d64b
chore: Update compatible checkver to github (#7380)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2025-11-27 12:12:43 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.14.0",
"description": "A markup-based typesetting system for the sciences.",
"homepage": "https://typst.app",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/typst/typst/releases/download/v0.14.0/typst-x86_64-pc-windows-msvc.zip",
"hash": "06d847b998be837565ef88d679a9da6acc022fdefa221703bc25a877e7511312",
"extract_dir": "typst-x86_64-pc-windows-msvc"
},
"arm64": {
"url": "https://github.com/typst/typst/releases/download/v0.14.0/typst-aarch64-pc-windows-msvc.zip",
"hash": "906ecdd759c93196b7097eb725df91d99eb2ca56a6060f8d9877d73f443c2f19",
"extract_dir": "typst-aarch64-pc-windows-msvc"
}
},
"bin": "typst.exe",
"checkver": {
"github": "https://github.com/typst/typst"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/typst/typst/releases/download/v$version/typst-x86_64-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/typst/typst/releases/download/v$version/typst-aarch64-pc-windows-msvc.zip"
}
}
}
}