From 226de737498505f63d806124971bdd10c744b9ae Mon Sep 17 00:00:00 2001 From: Gaweringo <40121865+Gaweringo@users.noreply.github.com> Date: Tue, 8 Jul 2025 21:49:40 +0100 Subject: [PATCH] ghdl: Add version 5.1.1 (#6726) * ghdl: add version v5.0.1 * update to 5.1.1, switch to ucrt64 --------- Co-authored-by: HUMORCE --- bucket/ghdl.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/ghdl.json diff --git a/bucket/ghdl.json b/bucket/ghdl.json new file mode 100644 index 0000000000..cab60bee22 --- /dev/null +++ b/bucket/ghdl.json @@ -0,0 +1,24 @@ +{ + "version": "5.1.1", + "description": "Free and open-source analyzer, compiler, simulator and (experimental) synthesizer for VHDL", + "homepage": "https://github.com/ghdl/ghdl/", + "license": "GPL-2.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/ghdl/ghdl/releases/download/v5.1.1/ghdl-mcode-5.1.1-ucrt64.zip", + "hash": "ac82b10bed0754db466640f49079e736da1de0b43b1196564aff5d8ebf435aaf" + } + }, + "bin": [ + "bin\\ghdl.exe", + "bin\\ghwdump.exe" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ghdl/ghdl/releases/download/v$version/ghdl-mcode-$version-ucrt64.zip" + } + } + } +}