mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
32 lines
991 B
JSON
32 lines
991 B
JSON
{
|
|
"version": "3.5",
|
|
"description": "Universal markup converter",
|
|
"homepage": "https://pandoc.org",
|
|
"license": "GPL-2.0-or-later",
|
|
"suggest": {
|
|
"MiKTeX": "latex"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jgm/pandoc/releases/download/3.5/pandoc-3.5-windows-x86_64.zip",
|
|
"hash": "887e980e2228d8d45a431936e8bc6270a50cc9a5a4ec7e62064a3a5de6423b71"
|
|
}
|
|
},
|
|
"extract_dir": "pandoc-3.5",
|
|
"bin": "pandoc.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"
|
|
}
|
|
}
|