2020-07-24 08:21:55 +02:00

39 lines
1.2 KiB
JSON

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