homebrew-cask/Casks/growlnotify.rb

15 lines
417 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'growlnotify' do
2013-10-24 05:25:49 +08:00
version '2.1'
sha256 'eec601488b19c9e9b9cb7f0081638436518bce782d079f6e43ddc195727c04ca'
2016-02-27 23:46:51 +08:00
# growl.cachefly.net was verified as official when first introduced to the cask
2014-09-26 20:08:56 +08:00
url "https://growl.cachefly.net/GrowlNotify-#{version}.zip"
2015-01-12 01:49:47 +08:00
name 'GrowlNotify'
homepage 'http://growl.info/downloads'
2015-09-03 02:38:59 +08:00
license :bsd
2014-09-10 23:37:02 +08:00
pkg 'GrowlNotify.pkg'
2014-11-22 22:12:40 +08:00
uninstall pkgutil: 'info.growl.growlnotify.*pkg'
2013-05-24 09:48:20 +08:00
end