pandoc: Update to version 2.14.2

This commit is contained in:
Jakub Čábera 2021-08-21 11:06:49 -07:00
parent 1a2394d90d
commit 2578bfe141

View File

@ -1,5 +1,5 @@
{ {
"version": "2.14.1", "version": "2.14.2",
"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",
@ -8,11 +8,11 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jgm/pandoc/releases/download/2.14.1/pandoc-2.14.1-windows-x86_64.zip", "url": "https://github.com/jgm/pandoc/releases/download/2.14.2/pandoc-2.14.2-windows-x86_64.zip",
"hash": "dae7ee9bb8268abedc719fa30e334acd79a32ab3488bbdb5443d2f850c60afe3" "hash": "aeb2653046bd9b8e6ca289961683b1c3a2fd94ef025ff3f52fa0a0e5a62faf4f"
} }
}, },
"extract_dir": "pandoc-2.14.1", "extract_dir": "pandoc-2.14.2",
"bin": "pandoc.exe", "bin": "pandoc.exe",
"checkver": { "checkver": {
"github": "https://github.com/jgm/pandoc" "github": "https://github.com/jgm/pandoc"