pandoc-crossref: Update to version 0.3.18.2 (Close #6602)

This commit is contained in:
HUMORCE 2025-04-22 20:30:34 +00:00
parent 601c9415c1
commit fb0a9693df
No known key found for this signature in database
GPG Key ID: FF7A96FF20AE10DC

View File

@ -1,13 +1,13 @@
{
"version": "0.3.18.0a",
"version": "0.3.18.2",
"description": "Pandoc filter for cross-references",
"homepage": "https://hackage.haskell.org/package/pandoc-crossref",
"license": "GPL-2.0-or-later",
"depends": "pandoc",
"architecture": {
"64bit": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.18.0a/pandoc-crossref-Windows.7z",
"hash": "54ba5e4580efd770735480e708cdc12c6f2bf91c4b31b5cd7263a6ea30f627fd"
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.18.2/pandoc-crossref-Windows-X64.7z",
"hash": "6cb50cbca9a9505fab689a1f8fc0b685dafcd25743a27764d40835256c3e72c8"
}
},
"bin": "pandoc-crossref.exe",
@ -18,7 +18,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/pandoc-crossref-Windows.7z"
"url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/pandoc-crossref-Windows-X64.7z"
}
}
}