ScoopInstaller_Main/bucket/pandoc-crossref.json
jannick0 01c3b7a950
pandoc-crossref@0.3.6.3: Fix installation (#1153)
Co-authored-by: Ash258 <cabera.jakub@gmail.com>
2020-06-07 08:50:55 +02:00

27 lines
991 B
JSON

{
"homepage": "https://hackage.haskell.org/package/pandoc-crossref",
"version": "0.3.6.3",
"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.3/pandoc-crossref-Windows-2.9.2.1.7z",
"hash": "AEE00B0EB376032C8B09ECF5384E194F61B078EB4840281EAD34BAA8D1206FEB"
}
},
"extract_dir": "windows-build",
"bin": "pandoc-crossref.exe",
"checkver": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/",
"re": "download/v(?<version>[\\w.]+)/pandoc-crossref-Windows-(?<pandoc>[\\d.]+).7z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/pandoc-crossref-Windows-$matchPandoc.zip"
}
}
},
"depends": "pandoc"
}