ScoopInstaller_Main/bucket/pandoc-crossref.json
2019-12-24 10:00:23 +00:00

26 lines
951 B
JSON

{
"homepage": "https://hackage.haskell.org/package/pandoc-crossref",
"version": "0.3.6.1a",
"license": "GPL-2.0-or-later",
"description": "Pandoc filter for cross-references.",
"architecture": {
"64bit": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.6.1a/windows-x86_64-pandoc_2.9.1.zip",
"hash": "f2d6e2a1ffd21c567363c00cc7e0413e6e74a76909ae71576c43b9b72c188a87"
}
},
"bin": "pandoc-crossref.exe",
"checkver": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/",
"re": "download/v(?<version>[\\w.]+)/windows-x86_64-pandoc_(?<pandoc>[\\d.]+).zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/windows-x86_64-pandoc_$matchPandoc.zip"
}
}
},
"depends": "pandoc"
}