mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
26 lines
893 B
JSON
26 lines
893 B
JSON
{
|
|
"version": "0.3.22",
|
|
"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.22/pandoc-crossref-Windows-X64.7z",
|
|
"hash": "61472287bda11ef4a2c496d2514a455f4073bae80bf1aec391e270cc1529318b"
|
|
}
|
|
},
|
|
"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-X64.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|