From 1751620be81636bd39d50641c795fd9924cfcf4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 29 May 2021 02:33:23 -0700 Subject: [PATCH] pandoc: Update to version 2.14 --- bucket/pandoc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index 5a76364386..39d50f620d 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,5 +1,5 @@ { - "version": "2.13", + "version": "2.14", "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/2.13/pandoc-2.13-windows-x86_64.zip", - "hash": "c7a0523464aee871ee8ceb387e87dd50ac8bf61974f50ec45946df34bc7f7dc6" + "url": "https://github.com/jgm/pandoc/releases/download/2.14/pandoc-2.14-windows-x86_64.zip", + "hash": "341935e8de2bc58153b6aabcced8bf73d753bc6b97efdf0128f52da82841b0c5" } }, - "extract_dir": "pandoc-2.13", + "extract_dir": "pandoc-2.14", "bin": "pandoc.exe", "checkver": { "github": "https://github.com/jgm/pandoc"