ScoopInstaller_Main/bucket/pandoc-crossref.json
2023-06-25 20:26:06 +00:00

26 lines
891 B
JSON

{
"version": "0.3.16.0b",
"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.16.0b/pandoc-crossref-Windows.7z",
"hash": "5df902ebbb67d0b645d556d84159b8112d01ccc858b1d2d9b6f3c0d2e0743ca1"
}
},
"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"
}
}
}
}