2022-08-04 12:31:30 +00:00

32 lines
995 B
JSON

{
"version": "2.19",
"description": "Universal markup converter",
"homepage": "https://pandoc.org",
"license": "GPL-2.0-or-later",
"suggest": {
"MiKTeX": "latex"
},
"architecture": {
"64bit": {
"url": "https://github.com/jgm/pandoc/releases/download/2.19/pandoc-2.19-windows-x86_64.zip",
"hash": "d5c51dd722ae4c562f9bff8148942630942490ef5bfe5695507c81c2c75a99de"
}
},
"extract_dir": "pandoc-2.19",
"bin": "pandoc.exe",
"checkver": {
"github": "https://github.com/jgm/pandoc"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jgm/pandoc/releases/download/$version/pandoc-$version-windows-x86_64.zip"
},
"32bit": {
"url": "https://github.com/jgm/pandoc/releases/download/$version/pandoc-$version-windows-i386.zip"
}
},
"extract_dir": "pandoc-$version"
}
}