mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
26 lines
947 B
JSON
26 lines
947 B
JSON
{
|
|
"homepage": "https://hackage.haskell.org/package/pandoc-crossref",
|
|
"version": "0.3.4.1",
|
|
"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.1/windows-x86_64-pandoc_2.7.zip",
|
|
"hash": "836277468b11527da159cc6d4091758e31744ca73c337243f45b67678e235e48"
|
|
}
|
|
},
|
|
"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"
|
|
}
|