ScoopInstaller_Main/bucket/pandoc-crossref.json
2019-08-04 22:00:20 +00:00

26 lines
951 B
JSON

{
"homepage": "https://hackage.haskell.org/package/pandoc-crossref",
"version": "0.3.4.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.4.1a/windows-x86_64-pandoc_2.7.3.zip",
"hash": "12d9ca2d1eec6a09b1cc08247fc130adb48144c351490c16f1f74c2448836caa"
}
},
"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"
}