From e2f9ced1b596640b66bcca5518718bf9f24a46f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 9 Mar 2021 08:47:40 +0100 Subject: [PATCH] pandoc: Update to version 2.12 --- bucket/pandoc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pandoc.json b/bucket/pandoc.json index e4c55b27d6..f632826c38 100644 --- a/bucket/pandoc.json +++ b/bucket/pandoc.json @@ -1,5 +1,5 @@ { - "version": "2.11.4", + "version": "2.12", "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.11.4/pandoc-2.11.4-windows-x86_64.zip", - "hash": "ee1b0c4d0f539ee8316d6cebb29f6aa709aa3a72be2b2b4ab6e9e4a77a01a50b" + "url": "https://github.com/jgm/pandoc/releases/download/2.12/pandoc-2.12-windows-x86_64.zip", + "hash": "3ed3283438a1a3d45b8c1fb3cddb87cf93c86064b84de4f8521436292ed94e50" } }, - "extract_dir": "pandoc-2.11.4", + "extract_dir": "pandoc-2.12", "bin": "pandoc.exe", "checkver": { "github": "https://github.com/jgm/pandoc"