ScoopInstaller_Main/bucket/tectonic.json
2023-06-12 04:25:46 +00:00

25 lines
969 B
JSON

{
"version": "0.14.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.14.0/tectonic-0.14.0-x86_64-pc-windows-msvc.zip",
"hash": "a956a1270e02d6aa9482fa7e87a5910cf607a70a0b4abb3c72ace73bce756b1e"
}
},
"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"
}
}
}
}