mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 18:01:19 +00:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"version": "2.10",
|
|
"description": "Universal markup converter",
|
|
"homepage": "https://pandoc.org",
|
|
"license": "GPL-2.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jgm/pandoc/releases/download/2.10/pandoc-2.10-windows-x86_64.zip",
|
|
"hash": "3886e4b20727a0d8417ee0922b493ea11470c6ff42f07b98c857f886633b3dca"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jgm/pandoc/releases/download/2.10/pandoc-2.10-windows-i386.zip",
|
|
"hash": "5f864c353bb3d2e6295c728cc5d9cf1279c9103789b491f5079ab4f146e1fb7d"
|
|
}
|
|
},
|
|
"extract_dir": "pandoc-2.10",
|
|
"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"
|
|
}
|
|
},
|
|
"extract_dir": "pandoc-$version"
|
|
},
|
|
"suggest": {
|
|
"MiKTeX": "latex"
|
|
}
|
|
}
|