digital 0.26 (new cask) (#98864)

This commit is contained in:
Alexander Ronald Altman 2021-01-28 06:44:52 -08:00 committed by GitHub
parent e3401ac10c
commit 6a36c930cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

22
Casks/digital.rb Normal file
View File

@ -0,0 +1,22 @@
cask "digital" do
version "0.26"
sha256 "4d83b7b41ce94420058bf119ae2dee8ff4485e416f1ba0ffe0d1eaf6b47e9e77"
url "https://github.com/hneemann/Digital/releases/download/v#{version}/Digital.zip"
name "Digital"
desc "Logic designer and circuit simulator"
homepage "https://github.com/hneemann/Digital"
livecheck do
url :url
strategy :github_latest
end
suite "Digital"
zap trash: "~/.digital.cfg"
caveats do
depends_on_java "8+"
end
end