pandoc: Update to version 2.11.0.4

This commit is contained in:
Jakub Čábera 2020-10-24 11:48:44 +02:00
parent f41e11d4fa
commit 1af2c33e4c

View File

@ -1,18 +1,16 @@
{ {
"version": "2.11.0.2", "version": "2.11.0.4",
"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.0.2/pandoc-2.11.0.2-windows-x86_64.zip", "url": "https://github.com/jgm/pandoc/releases/download/2.11.0.4/pandoc-2.11.0.4-windows-x86_64.zip",
"hash": "47a804d269ce85b1ec36f981dc0d59cc00989149cde40805d42883b97da32c06" "hash": "599b88a59f8b84e183420704a3ab0a798a0181567968ec4d7dfe21b783344144"
} }
}, },
"extract_dir": "pandoc-2.11.0.2", "extract_dir": "pandoc-2.11.0.4",
"bin": [ "bin": "pandoc.exe",
"pandoc.exe"
],
"checkver": { "checkver": {
"github": "https://github.com/jgm/pandoc" "github": "https://github.com/jgm/pandoc"
}, },