mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
tectonic: Add version 0.8.0 (#2979)
* Add tectonic to bucket * Update tectonic.json * Update tectonic.json * add a comma
This commit is contained in:
parent
4ffbf28506
commit
020d45ef70
25
bucket/tectonic.json
Normal file
25
bucket/tectonic.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": "0.8.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.8.0/tectonic-0.8.0-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "sha512:99d8ee2b215accbf19f5101eda42c077d8886c8580fc7c8318b759762076405a4a1925025a4a6da7a7c55131cc70366e2a147488dba86ba1c66879c88bcde45a"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user