mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://pandoc.org",
|
|
"version": "2.9.1",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "Universal markup converter",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jgm/pandoc/releases/download/2.9.1/pandoc-2.9.1-windows-x86_64.zip",
|
|
"hash": "ad99e568a082201588ac499ee72aab87c949cd183a9c0a276df07cc8dd9d1485"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jgm/pandoc/releases/download/2.9.1/pandoc-2.9.1-windows-i386.zip",
|
|
"hash": "42ded367cd223502b1e5142b2b9e36404faed49941bf7768dc621bf8c27076cf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|