mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 10:01:18 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://pandoc.org",
|
|
"version": "2.9",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "Universal markup converter",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jgm/pandoc/releases/download/2.9/pandoc-2.9-windows-x86_64.zip",
|
|
"hash": "ffccf6ec35f6509e86d2b5b72640e48d63724fe961b81bed11fa5876bcf5c882"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jgm/pandoc/releases/download/2.9/pandoc-2.9-windows-i386.zip",
|
|
"hash": "0983488c664f476158db9fcaadd8aa01e0c38ea19628e1da385d13644577d8c7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|