pandoc: Update to 2.11.0.2 and remove pandoc-citeproc.exe shim (#1507)

This commit is contained in:
Anton Oks 2020-10-17 18:51:46 +02:00 committed by GitHub
parent 05de6220a7
commit 69fab9d0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,17 @@
{
"version": "2.11.0.1",
"version": "2.11.0.2",
"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.11.0.1/pandoc-2.11.0.1-windows-x86_64.zip",
"hash": "ccbf910508e67d4a1e4820df3fe442260ef266e931e82a9be72d2cefe04ba323"
"url": "https://github.com/jgm/pandoc/releases/download/2.11.0.2/pandoc-2.11.0.2-windows-x86_64.zip",
"hash": "47a804d269ce85b1ec36f981dc0d59cc00989149cde40805d42883b97da32c06"
}
},
"extract_dir": "pandoc-2.11.0.1",
"extract_dir": "pandoc-2.11.0.2",
"bin": [
"pandoc.exe",
"pandoc-citeproc.exe"
"pandoc.exe"
],
"checkver": {
"github": "https://github.com/jgm/pandoc"