mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
15 lines
379 B
Ruby
15 lines
379 B
Ruby
cask "security-growler" do
|
|
version "2.3"
|
|
sha256 "ef00c7effca5fb1001498c3490190f9c923bbefa2a0dd2c21df15374bd23c962"
|
|
|
|
url "https://github.com/pirate/security-growler/releases/download/v#{version}/Security.Growler.app.zip"
|
|
name "Security Growler"
|
|
homepage "https://github.com/pirate/security-growler"
|
|
|
|
app "Security Growler.app"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|