From 86a110366b58435b4511b33dcc7e27a3e7735e1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 12:31:30 +0000 Subject: [PATCH] pandoc: Update to version 2.19 --- bucket/pandoc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index c7bee451ea..07125eebd7 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,5 +1,5 @@ { - "version": "2.18", + "version": "2.19", "description": "Universal markup converter", "homepage": "https://pandoc.org", "license": "GPL-2.0-or-later", @@ -8,11 +8,11 @@ }, "architecture": { "64bit": { - "url": "https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-windows-x86_64.zip", - "hash": "769a7b2544da87274d585de5f9e03f268d35a8121b44e45637e607d7aeb78ece" + "url": "https://github.com/jgm/pandoc/releases/download/2.19/pandoc-2.19-windows-x86_64.zip", + "hash": "d5c51dd722ae4c562f9bff8148942630942490ef5bfe5695507c81c2c75a99de" } }, - "extract_dir": "pandoc-2.18", + "extract_dir": "pandoc-2.19", "bin": "pandoc.exe", "checkver": { "github": "https://github.com/jgm/pandoc"