From e97a88bb0ee3217404dee39753fe48e6b77ea8ce Mon Sep 17 00:00:00 2001 From: KamikazeVildsvin <51761343+KamikazeVildsvin@users.noreply.github.com> Date: Thu, 16 Mar 2023 03:42:42 +0100 Subject: [PATCH] Update ghdl (#143105) * Update ghdl * Update ghdl.rb * Update github_prerelease_allowlist.json * Update ghdl.rb * Update ghdl.rb --------- Co-authored-by: Bevan Kay Co-authored-by: Miccal Matthews --- Casks/ghdl.rb | 14 +++++++++++--- audit_exceptions/github_prerelease_allowlist.json | 1 - 2 files changed, 11 insertions(+), 4 deletions(-) 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",