ScoopInstaller_Main/bucket/pandoc-crossref.json
2024-03-05 08:26:51 +00:00

26 lines
891 B
JSON

{
"version": "0.3.17.0d",
"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.0d/pandoc-crossref-Windows.7z",
"hash": "541410ea7d724c28e6da6799841bafc79ce295d9b26844cca7c72ed66cd8daed"
}
},
"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"
}
}
}
}