mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
7 lines
218 B
Ruby
7 lines
218 B
Ruby
class Growlnotify < Cask
|
|
url 'http://growl.cachefly.net/GrowlNotify-2.0.zip'
|
|
homepage 'http://growl.info/downloads'
|
|
version '2.0'
|
|
sha1 'efd54dec2623f57fcbbba54050206d70bc7746dd'
|
|
install 'GrowlNotify.pkg'
|
|
end
|