diff --git a/bucket/pandoc.json b/bucket/pandoc.json index f794dddb3e..d7b4285383 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,18 +1,16 @@ { - "version": "2.11.0.2", + "version": "2.11.0.4", "description": "Universal markup converter", "homepage": "https://pandoc.org", "license": "GPL-2.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/jgm/pandoc/releases/download/2.11.0.2/pandoc-2.11.0.2-windows-x86_64.zip", - "hash": "47a804d269ce85b1ec36f981dc0d59cc00989149cde40805d42883b97da32c06" + "url": "https://github.com/jgm/pandoc/releases/download/2.11.0.4/pandoc-2.11.0.4-windows-x86_64.zip", + "hash": "599b88a59f8b84e183420704a3ab0a798a0181567968ec4d7dfe21b783344144" } }, - "extract_dir": "pandoc-2.11.0.2", - "bin": [ - "pandoc.exe" - ], + "extract_dir": "pandoc-2.11.0.4", + "bin": "pandoc.exe", "checkver": { "github": "https://github.com/jgm/pandoc" },