2024-07-29 00:34:14 +00:00

32 lines
991 B
JSON

{
"version": "3.3",
"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.3/pandoc-3.3-windows-x86_64.zip",
"hash": "05b47539f09c65fd94ce2a1741412805074ae764477267a2ff9c2cde8ea7fe8d"
}
},
"extract_dir": "pandoc-3.3",
"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"
}
}