mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
26 lines
951 B
JSON
26 lines
951 B
JSON
{
|
|
"homepage": "https://hackage.haskell.org/package/pandoc-crossref",
|
|
"version": "0.3.4.1a",
|
|
"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.4.1a/windows-x86_64-pandoc_2.7.3.zip",
|
|
"hash": "12d9ca2d1eec6a09b1cc08247fc130adb48144c351490c16f1f74c2448836caa"
|
|
}
|
|
},
|
|
"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"
|
|
}
|