pandoc-crossref: Update to version 0.3.13.0 (#3604)

This commit is contained in:
tech189 2022-05-24 18:21:35 +01:00 committed by GitHub
parent c639064547
commit b3ae9c51c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +1,19 @@
{ {
"version": "0.3.12.2a", "version": "0.3.13.0",
"description": "Pandoc filter for cross-references", "description": "Pandoc filter for cross-references",
"homepage": "https://hackage.haskell.org/package/pandoc-crossref", "homepage": "https://hackage.haskell.org/package/pandoc-crossref",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"depends": "pandoc", "depends": "pandoc",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.12.2a/pandoc-crossref-Windows.7z", "url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.13.0/pandoc-crossref-Windows.7z",
"hash": "6616ebd033a27b6f3f5e5aeb0a55204fced0e7b95710574c942061cb24666fdf" "hash": "a3a8a51e226c9671b0938844db9e4c604277b7377aacfbc8000cf9560260eebd"
} }
}, },
"bin": "pandoc-crossref.exe", "bin": "pandoc-crossref.exe",
"checkver": { "checkver": {
"url": "https://github.com/lierdakil/pandoc-crossref", "url": "https://github.com/lierdakil/pandoc-crossref",
"regex": "/releases/tag/(?:v|V)?([\\d.]+[a-z])" "regex": "/releases/tag/(?:v|V)?([\\d.]+[a-z]*)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {