mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
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:
co-authored by
Bevan Kay
Miccal Matthews
parent
ce350323e3
commit
e97a88bb0e
+11
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user