From 69fab9d0d416d8b7f9278e792554599a9543ab64 Mon Sep 17 00:00:00 2001 From: Anton Oks <2266872+AntonOks@users.noreply.github.com> Date: Sat, 17 Oct 2020 18:51:46 +0200 Subject: [PATCH] pandoc: Update to 2.11.0.2 and remove pandoc-citeproc.exe shim (#1507) --- bucket/pandoc.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index d8e5f724e4..f794dddb3e 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -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"