pandoc: Update to version 2.11.3

This commit is contained in:
Jakub Čábera 2020-12-18 14:49:00 +01:00
parent f2ecb6a8c2
commit 34ac3d4284

View File

@ -1,15 +1,15 @@
{ {
"version": "2.11.2", "version": "2.11.3",
"description": "Universal markup converter", "description": "Universal markup converter",
"homepage": "https://pandoc.org", "homepage": "https://pandoc.org",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jgm/pandoc/releases/download/2.11.2/pandoc-2.11.2-windows-x86_64.zip", "url": "https://github.com/jgm/pandoc/releases/download/2.11.3/pandoc-2.11.3-windows-x86_64.zip",
"hash": "b8feb78230be0388611dd93e3244ad64ba12dba33b9d70b64f8f8b65f2ead16b" "hash": "19b62852e3b5040808d5f7ec5d6c4498e20a21d040c46acdc22a0cba865b15d8"
} }
}, },
"extract_dir": "pandoc-2.11.2", "extract_dir": "pandoc-2.11.3",
"bin": "pandoc.exe", "bin": "pandoc.exe",
"checkver": { "checkver": {
"github": "https://github.com/jgm/pandoc" "github": "https://github.com/jgm/pandoc"