From 3459bd5bdc593c65dd1ed5917290d9a3d0240dfc Mon Sep 17 00:00:00 2001 From: pomberger <69506284+pomberger@users.noreply.github.com> Date: Sun, 27 Mar 2022 13:25:13 +0200 Subject: [PATCH] pandoc-crossref: Update to version 0.3.12.2a (#3449) * oh-my-posh: Update to version 7.51.0 * watchexec: Update to version 1.18.10 * fix regex for verisioning scheme Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hannes Pomberger --- bucket/pandoc-crossref.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bucket/pandoc-crossref.json b/bucket/pandoc-crossref.json index 50442a6834..e336aeb543 100644 --- a/bucket/pandoc-crossref.json +++ b/bucket/pandoc-crossref.json @@ -1,18 +1,19 @@ { - "version": "0.3.12.2", + "version": "0.3.12.2a", "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.12.2/pandoc-crossref-Windows.7z", - "hash": "1602c95b3b17a8acab319f8ba3d80a1e1f82b48405c33b647cd8f6867262676b" + "url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.12.2a/pandoc-crossref-Windows.7z", + "hash": "6616ebd033a27b6f3f5e5aeb0a55204fced0e7b95710574c942061cb24666fdf" } }, "bin": "pandoc-crossref.exe", "checkver": { - "github": "https://github.com/lierdakil/pandoc-crossref" + "url": "https://github.com/lierdakil/pandoc-crossref", + "regex": "/releases/tag/(?:v|V)?([\\d.]+[a-z])" }, "autoupdate": { "architecture": {