2023-12-04 16:28:33 +00:00

26 lines
836 B
JSON

{
"version": "0.10.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.10.0/typst-x86_64-pc-windows-msvc.zip",
"hash": "b748b7f66c28521f6775c9342bd0c765fdf78dd5384e21fff6b2942a52394cb9"
}
},
"extract_dir": "typst-x86_64-pc-windows-msvc",
"bin": "typst.exe",
"checkver": {
"url": "https://github.com/typst/typst/releases",
"regex": "tag/v?([\\d.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/typst/typst/releases/download/v$version/typst-x86_64-pc-windows-msvc.zip"
}
}
}
}