mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
26 lines
949 B
JSON
26 lines
949 B
JSON
{
|
|
"homepage": "https://hackage.haskell.org/package/pandoc-crossref",
|
|
"version": "0.3.6.2",
|
|
"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.2/windows-x86_64-pandoc_2.9.2.zip",
|
|
"hash": "75ac5da714fae4b41aef5c4767f7a6dcec5373ad7928483738044150f41226de"
|
|
}
|
|
},
|
|
"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"
|
|
}
|