From bc375cf59030aead0695a054939b1ff216fdae64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 00:33:50 +0000 Subject: [PATCH] pandoc: Update to version 3.1.2 --- bucket/pandoc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index 38b8747299..fa6c164aa6 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,5 +1,5 @@ { - "version": "3.1.1", + "version": "3.1.2", "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/3.1.1/pandoc-3.1.1-windows-x86_64.zip", - "hash": "ab39e7d0780f0f4be650e82738bfaaafbbd571ee295e4c440bcf99efb5a07174" + "url": "https://github.com/jgm/pandoc/releases/download/3.1.2/pandoc-3.1.2-windows-x86_64.zip", + "hash": "c3541f1a352003498979f2659c2570ac6dd227ec12533b75a76c4d109e75d218" } }, - "extract_dir": "pandoc-3.1.1", + "extract_dir": "pandoc-3.1.2", "bin": "pandoc.exe", "checkver": { "github": "https://github.com/jgm/pandoc"