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