From e3f01112a1d4b7455a96100022521c2a0db0bfbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 19 Jul 2021 01:38:49 -0700 Subject: [PATCH] pandoc: Update to version 2.14.1 --- bucket/pandoc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index 6f28e28e32..5f5b8d383d 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,5 +1,5 @@ { - "version": "2.14.0.3", + "version": "2.14.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/2.14.0.3/pandoc-2.14.0.3-windows-x86_64.zip", - "hash": "dd240e8df898fb9c5250f55908c92bc27fe900d68f35d45f64b80981507b05f7" + "url": "https://github.com/jgm/pandoc/releases/download/2.14.1/pandoc-2.14.1-windows-x86_64.zip", + "hash": "dae7ee9bb8268abedc719fa30e334acd79a32ab3488bbdb5443d2f850c60afe3" } }, - "extract_dir": "pandoc-2.14.0.3", + "extract_dir": "pandoc-2.14.1", "bin": "pandoc.exe", "checkver": { "github": "https://github.com/jgm/pandoc"