From 7f3864c47957720f02a75c5ab9797196bd6ac382 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 12 May 2021 19:03:26 +0000 Subject: [PATCH] highlight: Update to version 4.1 --- bucket/highlight.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/highlight.json b/bucket/highlight.json index bf3109e0bd..3d8af100cc 100644 --- a/bucket/highlight.json +++ b/bucket/highlight.json @@ -1,19 +1,19 @@ { - "version": "4.0", + "version": "4.1", "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.0-x64.zip", - "hash": "b824119c70feefd2f01cae2fe3f4e05726779e05904832ce70da63f5b2cfd720", - "extract_dir": "highlight-4.0-x64" + "url": "http://www.andre-simon.de/zip/highlight-4.1-x64.zip", + "hash": "aa71ccee98da9954258cb1d131eca9d55b817e2b7b2674529dca6af66950d878", + "extract_dir": "highlight-4.1-x64" }, "32bit": { - "url": "http://www.andre-simon.de/zip/highlight-4.0.zip", - "hash": "58a28d604dc28643aa65148e90db13d6a7262d525c0cb2f3c65bec60ece0846d", - "extract_dir": "highlight-4.0" + "url": "http://www.andre-simon.de/zip/highlight-4.1.zip", + "hash": "ac1ba3408f35c042d53ed9b8a4f8dab5bd6b0ace162ba1ebd51e002b776b1ee4", + "extract_dir": "highlight-4.1" } }, "bin": "highlight.exe",