ScoopInstaller_Main/bucket/pandoc-crossref.json
2020-07-30 18:20:21 +02:00

27 lines
978 B
JSON

{
"version": "0.3.7.0a",
"description": "Pandoc filter for cross-references",
"homepage": "https://hackage.haskell.org/package/pandoc-crossref",
"license": "GPL-2.0-or-later",
"depends": "pandoc",
"architecture": {
"64bit": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.7.0a/pandoc-crossref-Windows-2.10.1.7z",
"hash": "dbd41f0a23196e8a86fa6ffa4ab99b34d4ad59d4845a2e99965fa5c7cec5c7b9"
}
},
"extract_dir": "windows-build",
"bin": "pandoc-crossref.exe",
"checkver": {
"github": "https://github.com/lierdakil/pandoc-crossref",
"regex": "download/v([\\w.]+)/pandoc-crossref-Windows-(?<pandoc>[\\d.]+)\\.7z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/pandoc-crossref-Windows-$matchPandoc.7z"
}
}
}
}