ScoopInstaller_Main/bucket/pandoc-crossref.json
2025-10-06 08:31:08 +00:00

26 lines
895 B
JSON

{
"version": "0.3.21a",
"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.21a/pandoc-crossref-Windows-X64.7z",
"hash": "8071953c22d3f897d5e7ae31b5b6bc49b69533d579e7a9b718263065ac036296"
}
},
"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-X64.7z"
}
}
}
}