mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-29 12:01:26 +00:00
26 lines
951 B
JSON
26 lines
951 B
JSON
{
|
|
"homepage": "https://hackage.haskell.org/package/pandoc-crossref",
|
|
"version": "0.3.5.0b",
|
|
"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.5.0b/windows-x86_64-pandoc_2.8.1.zip",
|
|
"hash": "f8f13929d1ecfc7e6bf4f3a7b4c06c5deaa5e6c4b8a57b89b550a38ca30feec5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|