From a64fab51288908505efc025c2f37073793f8787f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 20:30:43 +0000 Subject: [PATCH] highlight: Update to version 4.3 --- bucket/highlight.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/highlight.json b/bucket/highlight.json index 45db058169..0c5f848073 100644 --- a/bucket/highlight.json +++ b/bucket/highlight.json @@ -1,19 +1,19 @@ { - "version": "4.2", + "version": "4.3", "description": "Converts source code to formatted text with syntax highlighting.", "homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php", "license": "GPL-3.0-only", "notes": "You need to set the working directory of the shortcut to '$dir'", "architecture": { "64bit": { - "url": "http://www.andre-simon.de/zip/highlight-4.2-x64.zip", - "hash": "3a0f336aba90b8baee6483d0dc26c7614ad732131c434076d3266e1d0b90a165", - "extract_dir": "highlight-4.2-x64" + "url": "http://www.andre-simon.de/zip/highlight-4.3-x64.zip", + "hash": "0b28a34ede1240313934218727b9140c9d3870a7b289f0b414dfd2c68f465d6c", + "extract_dir": "highlight-4.3-x64" }, "32bit": { - "url": "http://www.andre-simon.de/zip/highlight-4.2.zip", - "hash": "44b677ab5b95f8f5bd653c68447f8e020f7693d689bf2ca04d6feb80b4835bef", - "extract_dir": "highlight-4.2" + "url": "http://www.andre-simon.de/zip/highlight-4.3.zip", + "hash": "1c71008641d5eac7eff31811e843b124071a29f05bf5a2520fb1c6ba0e6f1c37", + "extract_dir": "highlight-4.3" } }, "bin": "highlight.exe",