From 1af2c33e4c4c166242d3a7ea3303950bc7c9af10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 24 Oct 2020 11:48:44 +0200 Subject: [PATCH] pandoc: Update to version 2.11.0.4 --- bucket/pandoc.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index f794dddb3e..d7b4285383 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,18 +1,16 @@ { - "version": "2.11.0.2", + "version": "2.11.0.4", "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.2/pandoc-2.11.0.2-windows-x86_64.zip", - "hash": "47a804d269ce85b1ec36f981dc0d59cc00989149cde40805d42883b97da32c06" + "url": "https://github.com/jgm/pandoc/releases/download/2.11.0.4/pandoc-2.11.0.4-windows-x86_64.zip", + "hash": "599b88a59f8b84e183420704a3ab0a798a0181567968ec4d7dfe21b783344144" } }, - "extract_dir": "pandoc-2.11.0.2", - "bin": [ - "pandoc.exe" - ], + "extract_dir": "pandoc-2.11.0.4", + "bin": "pandoc.exe", "checkver": { "github": "https://github.com/jgm/pandoc" },