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.
19 lines
428 B
Ruby
19 lines
428 B
Ruby
cask "growlnotify" do
|
|
version "2.1"
|
|
sha256 "eec601488b19c9e9b9cb7f0081638436518bce782d079f6e43ddc195727c04ca"
|
|
|
|
url "https://growl.cachefly.net/GrowlNotify-#{version}.zip",
|
|
verified: "growl.cachefly.net/"
|
|
name "GrowlNotify"
|
|
desc "Notification system"
|
|
homepage "https://growl.github.io/growl/"
|
|
|
|
pkg "GrowlNotify.pkg"
|
|
|
|
uninstall pkgutil: "info.growl.growlnotify.*pkg"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|