2020-03-24 05:01:51 +00:00

39 lines
1.3 KiB
JSON

{
"homepage": "https://pandoc.org",
"version": "2.9.2.1",
"license": "GPL-2.0-or-later",
"description": "Universal markup converter",
"architecture": {
"64bit": {
"url": "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-windows-x86_64.zip",
"hash": "223f7ef1dd926394ee57b6b5893484e51100be8527bd96eec26e284774863084"
},
"32bit": {
"url": "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-windows-i386.zip",
"hash": "db5a8533b7e2ef38114e9788e56530bb6be330c326731692f236218682017d4d"
}
},
"extract_dir": "pandoc-2.9.2.1",
"bin": [
"pandoc.exe",
"pandoc-citeproc.exe"
],
"checkver": {
"github": "https://github.com/jgm/pandoc"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jgm/pandoc/releases/download/$version/pandoc-$version-windows-x86_64.zip"
},
"32bit": {
"url": "https://github.com/jgm/pandoc/releases/download/$version/pandoc-$version-windows-i386.zip"
}
},
"extract_dir": "pandoc-$version"
},
"suggest": {
"MiKTeX": "latex"
}
}