2019-06-19 00:08:53 -07:00

41 lines
1.4 KiB
JSON

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