pandoc-crossref: Update to version 0.3.7.0

This commit is contained in:
Jakub Čábera 2020-07-12 14:46:03 +02:00
parent cf75268471
commit 6f19c9013b

View File

@ -1,26 +1,26 @@
{ {
"version": "0.3.7.0",
"description": "Pandoc filter for cross-references",
"homepage": "https://hackage.haskell.org/package/pandoc-crossref", "homepage": "https://hackage.haskell.org/package/pandoc-crossref",
"version": "0.3.6.3",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"description": "Pandoc filter for cross-references.", "depends": "pandoc",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.6.3/pandoc-crossref-Windows-2.9.2.1.7z", "url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.7.0/pandoc-crossref-Windows-2.10.7z",
"hash": "AEE00B0EB376032C8B09ECF5384E194F61B078EB4840281EAD34BAA8D1206FEB" "hash": "0ae331500b3b7c6049120a182b0306efa9ef453543ae7e46cd112d2927bfa63e"
} }
}, },
"extract_dir": "windows-build", "extract_dir": "windows-build",
"bin": "pandoc-crossref.exe", "bin": "pandoc-crossref.exe",
"checkver": { "checkver": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/", "github": "https://github.com/lierdakil/pandoc-crossref",
"re": "download/v(?<version>[\\w.]+)/pandoc-crossref-Windows-(?<pandoc>[\\d.]+).7z" "regex": "download/v([\\w.]+)/pandoc-crossref-Windows-(?<pandoc>[\\d.]+)\\.7z"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/pandoc-crossref-Windows-$matchPandoc.zip" "url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/pandoc-crossref-Windows-$matchPandoc.7z"
} }
} }
}, }
"depends": "pandoc"
} }