latexindent: Add version 3.8.2 (#1405)

Co-authored-by: linsui <linsui555@gmail.com>
This commit is contained in:
linsui 2020-10-21 16:48:22 +00:00 committed by GitHub
parent 0853e57847
commit ca57869301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
bucket/latexindent.json Normal file
View File

@ -0,0 +1,17 @@
{
"version": "3.8.2",
"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": "ea4a6b3dc0873213b6fdda128ab2d1b8a0478d46f1be8a23dc23f98ca848c898",
"extract_dir": "latexindent",
"bin": "latexindent.exe",
"checkver": {
"url": "https://ctan.org/pkg/latexindent",
"regex": "Version</td><td>([\\d.]+)"
},
"autoupdate": {
"url": "http://mirrors.ctan.org/support/latexindent.zip"
}
}