ScoopInstaller_Main/bucket/tectonic.json
2022-03-02 16:30:14 +00:00

25 lines
966 B
JSON

{
"version": "0.8.2",
"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.8.2/tectonic-0.8.2-x86_64-pc-windows-msvc.zip",
"hash": "206948d06b5dd8dd1b2776eca4a5be14363c2f2d05580ef3448100b22767de30"
}
},
"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"
}
}
}
}