From b7ff47c237b7722511dbe254ca327c331ce228b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 24 Jul 2020 08:21:55 +0200 Subject: [PATCH] pandoc: Update to version 2.10.1 --- bucket/pandoc.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index 3c5d4949c4..85be0582ce 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,19 +1,19 @@ { - "version": "2.10", + "version": "2.10.1", "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.10/pandoc-2.10-windows-x86_64.zip", - "hash": "3886e4b20727a0d8417ee0922b493ea11470c6ff42f07b98c857f886633b3dca" + "url": "https://github.com/jgm/pandoc/releases/download/2.10.1/pandoc-2.10.1-windows-x86_64.zip", + "hash": "73f436d2bb8fe61bbcac21f29ecb51652748387d81aaa6d0cd81664e3b7ac23d" }, "32bit": { - "url": "https://github.com/jgm/pandoc/releases/download/2.10/pandoc-2.10-windows-i386.zip", - "hash": "5f864c353bb3d2e6295c728cc5d9cf1279c9103789b491f5079ab4f146e1fb7d" + "url": "https://github.com/jgm/pandoc/releases/download/2.10.1/pandoc-2.10.1-windows-i386.zip", + "hash": "1326e1809dd25fabb73e77caccd41bc122117bef6ad5b279d9c23f158afd4382" } }, - "extract_dir": "pandoc-2.10", + "extract_dir": "pandoc-2.10.1", "bin": [ "pandoc.exe", "pandoc-citeproc.exe"