ScoopInstaller_Main/bucket/latexindent.json
tomato 363499fcfd
latexindent@3.20: Fix shim 'latexindent.exe' path (#4302)
Signed-off-by: qidi1 <1083369179@qq.com>

Signed-off-by: qidi1 <1083369179@qq.com>
2023-01-03 20:10:20 +05:30

18 lines
620 B
JSON

{
"version": "3.20",
"description": "Perl script to add indentation to LaTeX files",
"homepage": "https://github.com/cmhughes/latexindent.pl",
"license": "GPL-3.0-only",
"url": "http://mirrors.ctan.org/support/latexindent.zip",
"hash": "36c967c263ba95a9cb57fa32285fd2e99b9ce55299a0d723521f9bfb38977bdf",
"extract_dir": "latexindent",
"bin": "bin\\windows\\latexindent.exe",
"checkver": {
"url": "https://ctan.org/pkg/latexindent",
"regex": "Version</td><td>([\\d.]+)"
},
"autoupdate": {
"url": "http://mirrors.ctan.org/support/latexindent.zip"
}
}