ScoopInstaller_Main/bucket/tectonic.json
2022-06-18 04:29:54 +00:00

25 lines
966 B
JSON

{
"version": "0.9.0",
"description": "Tectonic is a modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.",
"homepage": "https://tectonic-typesetting.github.io/en-US/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/tectonic-typesetting/tectonic/releases/download/tectonic%400.9.0/tectonic-0.9.0-x86_64-pc-windows-msvc.zip",
"hash": "ca7b7c48ed8dc5e0285bf71eab48ac3ff7660e14d19e8dd049b6530fcc51a37c"
}
},
"bin": "tectonic.exe",
"checkver": {
"url": "https://github.com/tectonic-typesetting/tectonic/releases",
"regex": "releases/tag/tectonic%40([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tectonic-typesetting/tectonic/releases/download/tectonic%40$version/tectonic-$version-x86_64-pc-windows-msvc.zip"
}
}
}
}