From e21841cdac1bf11f3c7f8a47c18450daa065e53e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 24 Mar 2020 05:01:51 +0000 Subject: [PATCH] pandoc: Update to version 2.9.2.1 --- bucket/pandoc.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index d6cd9c8bea..ca59702d93 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,19 +1,19 @@ { "homepage": "https://pandoc.org", - "version": "2.9.2", + "version": "2.9.2.1", "license": "GPL-2.0-or-later", "description": "Universal markup converter", "architecture": { "64bit": { - "url": "https://github.com/jgm/pandoc/releases/download/2.9.2/pandoc-2.9.2-windows-x86_64.zip", - "hash": "260b6c5dfe5c36413d42d0ddc699438c0705e646cb196ad4f207d8f80564c3fb" + "url": "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-windows-x86_64.zip", + "hash": "223f7ef1dd926394ee57b6b5893484e51100be8527bd96eec26e284774863084" }, "32bit": { - "url": "https://github.com/jgm/pandoc/releases/download/2.9.2/pandoc-2.9.2-windows-i386.zip", - "hash": "11fa220adb653ad7fdd6b3757cedb8c7ccd1d73e33f835008c1c09169c283c21" + "url": "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-windows-i386.zip", + "hash": "db5a8533b7e2ef38114e9788e56530bb6be330c326731692f236218682017d4d" } }, - "extract_dir": "pandoc-2.9.2", + "extract_dir": "pandoc-2.9.2.1", "bin": [ "pandoc.exe", "pandoc-citeproc.exe"