2019-11-27 17:01:49 +00:00

37 lines
1.2 KiB
JSON

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