ScoopInstaller_Main/bucket/pandoc-crossref.json
2022-12-11 20:25:57 +00:00

26 lines
889 B
JSON

{
"version": "0.3.14.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.14.0/pandoc-crossref-Windows.7z",
"hash": "f07e7e64e7a2260d43e93941387aa320914f3e161697bce305622d4250040cb3"
}
},
"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"
}
}
}
}