highlight: Update to version 4.0

This commit is contained in:
Richard Kuhnt 2021-04-01 20:00:25 +00:00
parent a8b11ff3c5
commit ae3ad7628a

View File

@ -1,19 +1,19 @@
{ {
"version": "3.60", "version": "4.0",
"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.60-x64.zip", "url": "http://www.andre-simon.de/zip/highlight-4.0-x64.zip",
"hash": "ef358cd4dfdc66377faac15316ce22340926c28ea072fd609b525bbbd6278df6", "hash": "b824119c70feefd2f01cae2fe3f4e05726779e05904832ce70da63f5b2cfd720",
"extract_dir": "highlight-3.60-x64" "extract_dir": "highlight-4.0-x64"
}, },
"32bit": { "32bit": {
"url": "http://www.andre-simon.de/zip/highlight-3.60.zip", "url": "http://www.andre-simon.de/zip/highlight-4.0.zip",
"hash": "849aec8e24e6f01c85f3fa33d591ac6f0b6fed552bc9951884a6d1763cf3826a", "hash": "58a28d604dc28643aa65148e90db13d6a7262d525c0cb2f3c65bec60ece0846d",
"extract_dir": "highlight-3.60" "extract_dir": "highlight-4.0"
} }
}, },
"bin": "highlight.exe", "bin": "highlight.exe",