mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 12:15:15 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://pandoc.org",
|
|
"version": "2.8.1",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "Universal markup converter",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jgm/pandoc/releases/download/2.8.1/pandoc-2.8.1-windows-x86_64.zip",
|
|
"hash": "f38c1b44a26ac774858f5748078be2065b9534dc5f43d4e14090b33371b4c0ab"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jgm/pandoc/releases/download/2.8.1/pandoc-2.8.1-windows-i386.zip",
|
|
"hash": "d155bbbddfa14677c67247b7c4423c35fa805c38240db54d7337fae8794f3c75"
|
|
}
|
|
},
|
|
"bin": [
|
|
"pandoc.exe",
|
|
"pandoc-citeproc.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"
|
|
}
|
|
}
|
|
},
|
|
"suggest": {
|
|
"MiKTeX": "latex"
|
|
}
|
|
}
|