From 2dbedd64c8d428233f36dbf1643d36e0a3f2d22a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:27:51 +0000 Subject: [PATCH] highlight: Update to version 4.9 --- bucket/highlight.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/highlight.json b/bucket/highlight.json index 063b2ade69..04a87cce41 100644 --- a/bucket/highlight.json +++ b/bucket/highlight.json @@ -1,19 +1,19 @@ { - "version": "4.8", + "version": "4.9", "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.8-x64.zip", - "hash": "7f1c500183ce848905d806e4f4589c51b281eda0eecd1dad84013c10171e6927", - "extract_dir": "highlight-4.8-x64" + "url": "http://www.andre-simon.de/zip/highlight-4.9-x64.zip", + "hash": "3140d8608d79b897b2d15daf911a1739336c56d7b2461a4506004371c905753a", + "extract_dir": "highlight-4.9-x64" }, "32bit": { - "url": "http://www.andre-simon.de/zip/highlight-4.8.zip", - "hash": "629608d1c3559193f50e96a6530fef7880e7f89ddacc9be4f5df5340952afadf", - "extract_dir": "highlight-4.8" + "url": "http://www.andre-simon.de/zip/highlight-4.9.zip", + "hash": "e088f5176b6f1597a59aa3916aa430cd33fa9fd6254d5add703ebf065df79491", + "extract_dir": "highlight-4.9" } }, "bin": "highlight.exe",