From 36e7809df4c2eeee47c5a618ce3b46c497465a1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:34:11 +0000 Subject: [PATCH] pandoc: Update to version 3.2.1 --- bucket/pandoc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index d6b7da62dc..d2fad6dfdf 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,5 +1,5 @@ { - "version": "3.2", + "version": "3.2.1", "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.2/pandoc-3.2-windows-x86_64.zip", - "hash": "84395462eb08d74df3dbe9bb129ce3508e3eec3f29ac1f55559c2c5a1f34a8bf" + "url": "https://github.com/jgm/pandoc/releases/download/3.2.1/pandoc-3.2.1-windows-x86_64.zip", + "hash": "c6cfc71b092a42c8d25c0936390aa21d71762aee0ceee720bff1c8e32d35203e" } }, - "extract_dir": "pandoc-3.2", + "extract_dir": "pandoc-3.2.1", "bin": "pandoc.exe", "checkver": { "github": "https://github.com/jgm/pandoc"