mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
26 lines
889 B
JSON
26 lines
889 B
JSON
{
|
|
"version": "0.3.13.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.13.0/pandoc-crossref-Windows.7z",
|
|
"hash": "a3a8a51e226c9671b0938844db9e4c604277b7377aacfbc8000cf9560260eebd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|