diff --git a/Casks/ghdl.rb b/Casks/ghdl.rb index 341eb25f44..1537540c25 100644 --- a/Casks/ghdl.rb +++ b/Casks/ghdl.rb @@ -1,11 +1,19 @@ cask "ghdl" do - version :latest - sha256 :no_check + arch arm: "llvm", intel: "mcode" - url "https://github.com/ghdl/ghdl/releases/download/nightly/ghdl-macos-10.15-mcode.tgz" + version "3.0.0" + sha256 arm: "cb8c6ad3e6763e7c346ccee111daf761416c7d54ac0704f8a2560641fc3c2d85", + intel: "4fabe56ecb5affa39ebc5a7de5de43eb020b1cc3c0ab3ff1bc4354505cd4ee8e" + + url "https://github.com/ghdl/ghdl/releases/download/v#{version}/ghdl-macos-11-#{arch}.tgz" name "ghdl" desc "VHDL 2008/93/87 simulator" homepage "https://github.com/ghdl/ghdl/" + livecheck do + url :url + strategy :github_latest + end + binary "bin/ghdl" end diff --git a/audit_exceptions/github_prerelease_allowlist.json b/audit_exceptions/github_prerelease_allowlist.json index 03028433a3..46c92f08f5 100644 --- a/audit_exceptions/github_prerelease_allowlist.json +++ b/audit_exceptions/github_prerelease_allowlist.json @@ -8,7 +8,6 @@ "duplicati": "all", "extraterm": "all", "freetube": "all", - "ghdl": "all", "graphsketcher": "all", "haptickey": "all", "imagemin": "all",