ScoopInstaller_Main/bucket/pandoc-crossref.json
2020-12-20 18:34:52 +01:00

25 lines
832 B
JSON

{
"version": "0.3.9.0",
"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.9.0/pandoc-crossref-Windows.7z",
"hash": "3540998236e2d4e982c12dc508d3d7730259af040d30c434cf711225c9feb11a"
}
},
"bin": "pandoc-crossref.exe",
"checkver": {
"github": "https://github.com/lierdakil/pandoc-crossref"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/pandoc-crossref-Windows.7z"
}
}
}
}