From ee7d3ed9411f51ef32bb4e3dffa29950a8a1b0dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 08:28:04 +0000 Subject: [PATCH] highlight: Update to version 4.12 --- bucket/highlight.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/highlight.json b/bucket/highlight.json index 1938cb2cb9..2a55641e38 100644 --- a/bucket/highlight.json +++ b/bucket/highlight.json @@ -1,19 +1,19 @@ { - "version": "4.11", + "version": "4.12", "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.11-x64.zip", - "hash": "c06b2b21ee06656cbae4988d26cb8d7d7c8c16ea4b456007cd802a18efc44bc3", - "extract_dir": "highlight-4.11-x64" + "url": "http://www.andre-simon.de/zip/highlight-4.12-x64.zip", + "hash": "af41dedb82fa3d71ab467bb9e01f7d996108dcc19e671b690a680aedf6b3cf36", + "extract_dir": "highlight-4.12-x64" }, "32bit": { - "url": "http://www.andre-simon.de/zip/highlight-4.11.zip", - "hash": "7bbb570e758c612bc3079abde85ee9ede880d6575ae6d4c96055cfe196e7eeba", - "extract_dir": "highlight-4.11" + "url": "http://www.andre-simon.de/zip/highlight-4.12.zip", + "hash": "aa7e4798fd64ad6b3c10a8ba71dfef8f087c36b9a7bc0b662bfe76389c3fc011", + "extract_dir": "highlight-4.12" } }, "bin": "highlight.exe",