Files
homebrew-cask/Casks/s/security-growler.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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