Update ghdl (#143105)

* Update ghdl

* Update ghdl.rb

* Update github_prerelease_allowlist.json

* Update ghdl.rb

* Update ghdl.rb

---------

Co-authored-by: Bevan Kay <email@bevankay.me>
Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
KamikazeVildsvin
2023-03-16 10:42:42 +08:00
committed by GitHub
co-authored by Bevan Kay Miccal Matthews
parent ce350323e3
commit e97a88bb0e
2 changed files with 11 additions and 4 deletions
+11 -3
View File
@@ -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
@@ -8,7 +8,6 @@
"duplicati": "all",
"extraterm": "all",
"freetube": "all",
"ghdl": "all",
"graphsketcher": "all",
"haptickey": "all",
"imagemin": "all",