ScoopInstaller_Main/bucket/pandoc-crossref.json
2023-03-19 16:29:50 +00:00

26 lines
889 B
JSON

{
"version": "0.3.15.2",
"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.15.2/pandoc-crossref-Windows.7z",
"hash": "f0be35d13f2221dff56ef9e587d7503b5248aecb69b465aea6c76a763c58557e"
}
},
"bin": "pandoc-crossref.exe",
"checkver": {
"url": "https://github.com/lierdakil/pandoc-crossref",
"regex": "/releases/tag/(?:v|V)?([\\d.]+[a-z]*)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/pandoc-crossref-Windows.7z"
}
}
}
}