ScoopInstaller_Main/bucket/pandoc-crossref.json
2019-06-19 00:08:53 -07:00

26 lines
947 B
JSON

{
"homepage": "https://hackage.haskell.org/package/pandoc-crossref",
"version": "0.3.4.1",
"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.1/windows-x86_64-pandoc_2.7.zip",
"hash": "836277468b11527da159cc6d4091758e31744ca73c337243f45b67678e235e48"
}
},
"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"
}