From 2defbb633808ff0c7e710f91d419063ed556f2cd Mon Sep 17 00:00:00 2001 From: Zombie110year <36528430+zombie110year@users.noreply.github.com> Date: Sun, 7 Jun 2020 05:33:26 +0800 Subject: [PATCH] pandoc-crossref: Update to version 0.3.6.3 (#1146) This version fixed compatability with pandoc 2.9.2.1 --- bucket/pandoc-crossref.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pandoc-crossref.json b/bucket/pandoc-crossref.json index d6164b1850..9b51cd1f88 100644 --- a/bucket/pandoc-crossref.json +++ b/bucket/pandoc-crossref.json @@ -1,23 +1,23 @@ { "homepage": "https://hackage.haskell.org/package/pandoc-crossref", - "version": "0.3.6.2", + "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.2/windows-x86_64-pandoc_2.9.2.zip", - "hash": "75ac5da714fae4b41aef5c4767f7a6dcec5373ad7928483738044150f41226de" + "url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.6.3/pandoc-crossref-Windows-2.9.2.1.7z", + "hash": "AEE00B0EB376032C8B09ECF5384E194F61B078EB4840281EAD34BAA8D1206FEB" } }, "bin": "pandoc-crossref.exe", "checkver": { "url": "https://github.com/lierdakil/pandoc-crossref/releases/", - "re": "download/v(?[\\w.]+)/windows-x86_64-pandoc_(?[\\d.]+).zip" + "re": "download/v(?[\\w.]+)/pandoc-crossref-Windows-(?[\\d.]+).7z" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/windows-x86_64-pandoc_$matchPandoc.zip" + "url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/pandoc-crossref-Windows-$matchPandoc.zip" } } },