From 31702045b3270f1cd7f3b1ee77853cf55c0eb6fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 20:25:47 +0000 Subject: [PATCH] pandoc: Update to version 3.1.5 --- bucket/pandoc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index f824072bb3..02246f988d 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,5 +1,5 @@ { - "version": "3.1.4", + "version": "3.1.5", "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.4/pandoc-3.1.4-windows-x86_64.zip", - "hash": "67ca96845a91b52c801488dfd09eaf4bced5430fdae9f4e0ec839635b36b269f" + "url": "https://github.com/jgm/pandoc/releases/download/3.1.5/pandoc-3.1.5-windows-x86_64.zip", + "hash": "32dfc8864d48c01fca6557aa261ad5d1bf959e7ceddb420381c87aa6a94d09c8" } }, - "extract_dir": "pandoc-3.1.4", + "extract_dir": "pandoc-3.1.5", "bin": "pandoc.exe", "checkver": { "github": "https://github.com/jgm/pandoc"