From df7e5c707530d3b1933262a8eb3c03013309a7aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 20:28:12 +0000 Subject: [PATCH] highlight: Update to version 4.5 --- bucket/highlight.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/highlight.json b/bucket/highlight.json index cc8b7dae29..c0aab012dc 100644 --- a/bucket/highlight.json +++ b/bucket/highlight.json @@ -1,19 +1,19 @@ { - "version": "4.4", + "version": "4.5", "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.4-x64.zip", - "hash": "e179f588b0af4e8bd5114bc328ead5fc6c42d5c47a48956666b776e68d193bb8", - "extract_dir": "highlight-4.4-x64" + "url": "http://www.andre-simon.de/zip/highlight-4.5-x64.zip", + "hash": "98273f15f38c186b7adb79347aa322efc92c4beda8e6f1a9dd95316908d8e1cf", + "extract_dir": "highlight-4.5-x64" }, "32bit": { - "url": "http://www.andre-simon.de/zip/highlight-4.4.zip", - "hash": "6568e72b2962e43d144543e3603da9c6d77d477e2d4363eace7a14b7837d0814", - "extract_dir": "highlight-4.4" + "url": "http://www.andre-simon.de/zip/highlight-4.5.zip", + "hash": "418825b6306bf617750797dfb751361110808aeadff53a46023072b97579b799", + "extract_dir": "highlight-4.5" } }, "bin": "highlight.exe",