From 5236c4f4050b1f2a43386fba257bd5df74da32a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 20:24:45 +0000 Subject: [PATCH] highlight: Update to version 4.11 --- bucket/highlight.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/highlight.json b/bucket/highlight.json index 8fbd5e5e7d..1938cb2cb9 100644 --- a/bucket/highlight.json +++ b/bucket/highlight.json @@ -1,19 +1,19 @@ { - "version": "4.10", + "version": "4.11", "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.10-x64.zip", - "hash": "4df3817050be8efacf21df8094f8ae446b3f1aa84e7a62586faefa816dbb07b3", - "extract_dir": "highlight-4.10-x64" + "url": "http://www.andre-simon.de/zip/highlight-4.11-x64.zip", + "hash": "c06b2b21ee06656cbae4988d26cb8d7d7c8c16ea4b456007cd802a18efc44bc3", + "extract_dir": "highlight-4.11-x64" }, "32bit": { - "url": "http://www.andre-simon.de/zip/highlight-4.10.zip", - "hash": "453f23d846c8f9a0fb925e6f0abdba1aad97fa77ef492757d1f7004f100d31bb", - "extract_dir": "highlight-4.10" + "url": "http://www.andre-simon.de/zip/highlight-4.11.zip", + "hash": "7bbb570e758c612bc3079abde85ee9ede880d6575ae6d4c96055cfe196e7eeba", + "extract_dir": "highlight-4.11" } }, "bin": "highlight.exe",