From e3e7261d2b3c47a63a060cc250dd4b2b8b681a4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:37:38 +0000 Subject: [PATCH] pandoc: Update to version 3.5 --- bucket/pandoc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index 5745606846..be70c778d9 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,5 +1,5 @@ { - "version": "3.4", + "version": "3.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.4/pandoc-3.4-windows-x86_64.zip", - "hash": "26858cf59c057b3d3ca32e9cd2fbd1f50990adc1bfb20a9c8dfb936aacc3610e" + "url": "https://github.com/jgm/pandoc/releases/download/3.5/pandoc-3.5-windows-x86_64.zip", + "hash": "887e980e2228d8d45a431936e8bc6270a50cc9a5a4ec7e62064a3a5de6423b71" } }, - "extract_dir": "pandoc-3.4", + "extract_dir": "pandoc-3.5", "bin": "pandoc.exe", "checkver": { "github": "https://github.com/jgm/pandoc"