2023-12-13 04:26:32 +00:00

32 lines
1003 B
JSON

{
"version": "3.1.10",
"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/3.1.10/pandoc-3.1.10-windows-x86_64.zip",
"hash": "28c0ef7d8e84821a4e4175c16ee2025a75de98bf79a9e085cb8a87be62e685c5"
}
},
"extract_dir": "pandoc-3.1.10",
"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"
}
}