From bfb24b6f42b4a6ee8f68f38bf18eea904da9f39e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 4 Nov 2020 09:48:58 +0100 Subject: [PATCH] pandoc: Update to version 2.11.1 --- bucket/pandoc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index d7b4285383..0adc745ca0 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,15 +1,15 @@ { - "version": "2.11.0.4", + "version": "2.11.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.11.0.4/pandoc-2.11.0.4-windows-x86_64.zip", - "hash": "599b88a59f8b84e183420704a3ab0a798a0181567968ec4d7dfe21b783344144" + "url": "https://github.com/jgm/pandoc/releases/download/2.11.1/pandoc-2.11.1-windows-x86_64.zip", + "hash": "15beef83544d8cb5c3a2f0a3828911a46b23f5352eba69939564a3ebf58afe7f" } }, - "extract_dir": "pandoc-2.11.0.4", + "extract_dir": "pandoc-2.11.1", "bin": "pandoc.exe", "checkver": { "github": "https://github.com/jgm/pandoc"