From 9100caf6e01817563fea9fef24bba8c5e3962233 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:27:21 +0000 Subject: [PATCH] pandoc: Update to version 3.4 --- bucket/pandoc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index f4cca8503b..5745606846 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,5 +1,5 @@ { - "version": "3.3", + "version": "3.4", "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.3/pandoc-3.3-windows-x86_64.zip", - "hash": "05b47539f09c65fd94ce2a1741412805074ae764477267a2ff9c2cde8ea7fe8d" + "url": "https://github.com/jgm/pandoc/releases/download/3.4/pandoc-3.4-windows-x86_64.zip", + "hash": "26858cf59c057b3d3ca32e9cd2fbd1f50990adc1bfb20a9c8dfb936aacc3610e" } }, - "extract_dir": "pandoc-3.3", + "extract_dir": "pandoc-3.4", "bin": "pandoc.exe", "checkver": { "github": "https://github.com/jgm/pandoc"