ScoopInstaller_Main/bucket/pandoc-crossref.json
2023-09-24 00:33:03 +00:00

26 lines
889 B
JSON

{
"version": "0.3.17.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.17.0/pandoc-crossref-Windows.7z",
"hash": "4fa210feb55265f87e255c8c176caa8de906dad224c9d3cd482609c6070d8e5c"
}
},
"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"
}
}
}
}