pandoc: Update to version 2.14

This commit is contained in:
Jakub Čábera 2021-05-29 02:33:23 -07:00
parent d7183ba7af
commit 1751620be8

View File

@ -1,5 +1,5 @@
{ {
"version": "2.13", "version": "2.14",
"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.13/pandoc-2.13-windows-x86_64.zip", "url": "https://github.com/jgm/pandoc/releases/download/2.14/pandoc-2.14-windows-x86_64.zip",
"hash": "c7a0523464aee871ee8ceb387e87dd50ac8bf61974f50ec45946df34bc7f7dc6" "hash": "341935e8de2bc58153b6aabcced8bf73d753bc6b97efdf0128f52da82841b0c5"
} }
}, },
"extract_dir": "pandoc-2.13", "extract_dir": "pandoc-2.14",
"bin": "pandoc.exe", "bin": "pandoc.exe",
"checkver": { "checkver": {
"github": "https://github.com/jgm/pandoc" "github": "https://github.com/jgm/pandoc"