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