2019-11-22 18:00:40 +00:00

41 lines
1.4 KiB
JSON

{
"homepage": "https://pandoc.org/",
"version": "2.8",
"license": "GPL-2.0-or-later",
"description": "Universal markup converter.",
"architecture": {
"64bit": {
"url": "https://github.com/jgm/pandoc/releases/download/2.8/pandoc-2.8-windows-x86_64.zip",
"hash": "fbf3df9cc951fe7853cbd313d2ad5fda080cb371a8e43d6351e076a0645a17a2",
"extract_dir": "pandoc-2.8-windows-x86_64"
},
"32bit": {
"url": "https://github.com/jgm/pandoc/releases/download/2.8/pandoc-2.8-windows-i386.zip",
"hash": "1e1f225abbc6b6b6512d963094b7b88188d8856c442d725b6e50e265774ffecd",
"extract_dir": "pandoc-2.8-windows-i386"
}
},
"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",
"extract_dir": "pandoc-$version-windows-x86_64"
},
"32bit": {
"url": "https://github.com/jgm/pandoc/releases/download/$version/pandoc-$version-windows-i386.zip",
"extract_dir": "pandoc-$version-windows-i386"
}
}
},
"suggest": {
"MiKTeX": "latex"
}
}