homebrew-cask/Casks/mailplane.rb

14 lines
396 B
Ruby
Raw Normal View History

2014-11-14 01:26:19 +08:00
cask :v1 => 'mailplane' do
2014-09-17 19:42:52 +08:00
version :latest
sha256 :no_check
url 'http://update.mailplaneapp.com/mailplane_3.php'
2015-01-30 03:19:03 +08:00
name 'Mailplane'
homepage 'http://mailplaneapp.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:54 +08:00
app 'Mailplane 3.app'
2014-11-22 22:24:19 +08:00
2014-09-18 19:57:57 +08:00
zap :delete => '~/Library/Preferences/com.mailplaneapp.Mailplane.plist'
2013-05-03 01:08:36 +08:00
end