pandoc: Update to version 2.10

This commit is contained in:
Jakub Čábera 2020-06-30 08:34:17 +02:00
parent 5fddf6ff64
commit 0591951bb4

View File

@ -1,19 +1,19 @@
{ {
"homepage": "https://pandoc.org", "version": "2.10",
"version": "2.9.2.1",
"license": "GPL-2.0-or-later",
"description": "Universal markup converter", "description": "Universal markup converter",
"homepage": "https://pandoc.org",
"license": "GPL-2.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-windows-x86_64.zip", "url": "https://github.com/jgm/pandoc/releases/download/2.10/pandoc-2.10-windows-x86_64.zip",
"hash": "223f7ef1dd926394ee57b6b5893484e51100be8527bd96eec26e284774863084" "hash": "3886e4b20727a0d8417ee0922b493ea11470c6ff42f07b98c857f886633b3dca"
}, },
"32bit": { "32bit": {
"url": "https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-windows-i386.zip", "url": "https://github.com/jgm/pandoc/releases/download/2.10/pandoc-2.10-windows-i386.zip",
"hash": "db5a8533b7e2ef38114e9788e56530bb6be330c326731692f236218682017d4d" "hash": "5f864c353bb3d2e6295c728cc5d9cf1279c9103789b491f5079ab4f146e1fb7d"
} }
}, },
"extract_dir": "pandoc-2.9.2.1", "extract_dir": "pandoc-2.10",
"bin": [ "bin": [
"pandoc.exe", "pandoc.exe",
"pandoc-citeproc.exe" "pandoc-citeproc.exe"