ScoopInstaller_Main/bucket/pandoc-crossref.json
2024-10-13 04:29:41 +00:00

26 lines
891 B
JSON

{
"version": "0.3.18.0a",
"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.18.0a/pandoc-crossref-Windows.7z",
"hash": "54ba5e4580efd770735480e708cdc12c6f2bf91c4b31b5cd7263a6ea30f627fd"
}
},
"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"
}
}
}
}