homebrew-cask/Casks/mail-plugin-manager.rb

14 lines
514 B
Ruby
Raw Normal View History

cask :v1 => 'mail-plugin-manager' do
version :latest
2014-07-07 20:45:08 +08:00
sha256 :no_check
url 'http://www.chungwasoft.com/files/MPM_latest.zip'
2015-03-16 08:19:01 +08:00
name 'Mail Plugin Manager'
2015-05-26 04:13:28 +08:00
appcast 'https://littleknownsoftware.com/feed/mpm',
:sha256 => 'c03181d20c855680dffd3a0fe3552694c3eceb166af38c0c92d79af28b763fc9'
2014-07-07 20:45:08 +08:00
homepage 'http://www.chungwasoft.com/mailpluginmanager/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-07-07 20:45:08 +08:00
2014-09-16 00:05:54 +08:00
app 'Mail Plugin Manager.app'
2014-07-07 20:45:08 +08:00
end