From fb0a9693dff6ae2dd01e06c0dbc72974b4807342 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Tue, 22 Apr 2025 20:30:34 +0000 Subject: [PATCH] pandoc-crossref: Update to version 0.3.18.2 (Close #6602) --- bucket/pandoc-crossref.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pandoc-crossref.json b/bucket/pandoc-crossref.json index 5370f6915e..bae213c13d 100644 --- a/bucket/pandoc-crossref.json +++ b/bucket/pandoc-crossref.json @@ -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" } } }