From 6f19c9013b6f97c9b61d1e4514ac0e7e417bfab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 12 Jul 2020 14:46:03 +0200 Subject: [PATCH] pandoc-crossref: Update to version 0.3.7.0 --- bucket/pandoc-crossref.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bucket/pandoc-crossref.json b/bucket/pandoc-crossref.json index 664a95ebfe..0f53a5c403 100644 --- a/bucket/pandoc-crossref.json +++ b/bucket/pandoc-crossref.json @@ -1,26 +1,26 @@ { + "version": "0.3.7.0", + "description": "Pandoc filter for cross-references", "homepage": "https://hackage.haskell.org/package/pandoc-crossref", - "version": "0.3.6.3", "license": "GPL-2.0-or-later", - "description": "Pandoc filter for cross-references.", + "depends": "pandoc", "architecture": { "64bit": { - "url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.6.3/pandoc-crossref-Windows-2.9.2.1.7z", - "hash": "AEE00B0EB376032C8B09ECF5384E194F61B078EB4840281EAD34BAA8D1206FEB" + "url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.7.0/pandoc-crossref-Windows-2.10.7z", + "hash": "0ae331500b3b7c6049120a182b0306efa9ef453543ae7e46cd112d2927bfa63e" } }, "extract_dir": "windows-build", "bin": "pandoc-crossref.exe", "checkver": { - "url": "https://github.com/lierdakil/pandoc-crossref/releases/", - "re": "download/v(?[\\w.]+)/pandoc-crossref-Windows-(?[\\d.]+).7z" + "github": "https://github.com/lierdakil/pandoc-crossref", + "regex": "download/v([\\w.]+)/pandoc-crossref-Windows-(?[\\d.]+)\\.7z" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/pandoc-crossref-Windows-$matchPandoc.zip" + "url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/pandoc-crossref-Windows-$matchPandoc.7z" } } - }, - "depends": "pandoc" + } }