mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
26 lines
953 B
JSON
26 lines
953 B
JSON
{
|
|
"homepage": "https://hackage.haskell.org/package/pandoc-crossref",
|
|
"version": "0.3.6.1b",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "Pandoc filter for cross-references.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.6.1b/windows-x86_64-pandoc_2.9.1.1.zip",
|
|
"hash": "29e242ffb7673eeeff533db3ba943ed674cfd6429d1eaf755994b4dd2505fdc5"
|
|
}
|
|
},
|
|
"bin": "pandoc-crossref.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/lierdakil/pandoc-crossref/releases/",
|
|
"re": "download/v(?<version>[\\w.]+)/windows-x86_64-pandoc_(?<pandoc>[\\d.]+).zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/windows-x86_64-pandoc_$matchPandoc.zip"
|
|
}
|
|
}
|
|
},
|
|
"depends": "pandoc"
|
|
}
|