highlight: Update to version 4.1

This commit is contained in:
github-actions[bot] 2022-02-11 12:29:48 +00:00
parent 308370d7b4
commit bb76dd4bae

View File

@ -1,19 +1,19 @@
{ {
"version": "3.36", "version": "4.1",
"description": "Converts source code to formatted text with syntax highlighting.", "description": "Converts source code to formatted text with syntax highlighting.",
"homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php", "homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"notes": "You need to set the working directory of the shortcut to '$dir'", "notes": "You need to set the working directory of the shortcut to '$dir'",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.36-x64.zip", "url": "http://www.andre-simon.de/zip/highlight-4.1-x64.zip",
"hash": "522cafcfc5a6255b5869858b66bde6437b9b6997caca812be266b505a925e7b3", "hash": "aa71ccee98da9954258cb1d131eca9d55b817e2b7b2674529dca6af66950d878",
"extract_dir": "highlight-3.36-x64" "extract_dir": "highlight-4.1-x64"
}, },
"32bit": { "32bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.36.zip", "url": "http://www.andre-simon.de/zip/highlight-4.1.zip",
"hash": "c7631ac5eba898cef9aa45b5357a19f52092f8f1773c9ad56bcc6b2ac0a46795", "hash": "ac1ba3408f35c042d53ed9b8a4f8dab5bd6b0ace162ba1ebd51e002b776b1ee4",
"extract_dir": "highlight-3.36" "extract_dir": "highlight-4.1"
} }
}, },
"bin": "highlight.exe", "bin": "highlight.exe",