mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
27 lines
978 B
JSON
27 lines
978 B
JSON
{
|
|
"version": "0.3.7.0a",
|
|
"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.7.0a/pandoc-crossref-Windows-2.10.1.7z",
|
|
"hash": "dbd41f0a23196e8a86fa6ffa4ab99b34d4ad59d4845a2e99965fa5c7cec5c7b9"
|
|
}
|
|
},
|
|
"extract_dir": "windows-build",
|
|
"bin": "pandoc-crossref.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/lierdakil/pandoc-crossref",
|
|
"regex": "download/v([\\w.]+)/pandoc-crossref-Windows-(?<pandoc>[\\d.]+)\\.7z"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/pandoc-crossref-Windows-$matchPandoc.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|