homebrew-cask/Casks/polymail.rb

15 lines
459 B
Ruby
Raw Normal View History

2016-02-20 21:37:50 +08:00
cask 'polymail' do
2017-07-16 07:17:44 +08:00
version '1.40'
sha256 '0d65877b693ce57d766f4e583f5ac977ec40a04123f82d52cfbd6d9a4af517d2'
2016-02-20 21:37:50 +08:00
2016-07-30 12:35:00 +08:00
url "https://sparkle-updater.polymail.io/osx/builds/Polymail-v#{version.major_minor.no_dots}.zip"
2016-02-20 21:37:50 +08:00
appcast 'https://sparkle-updater.polymail.io/cast.xml',
2017-07-16 07:17:44 +08:00
checkpoint: '9d99f7c42935c08a94bf37627c88f8e007bcf8711c8c3443bfe0808e6e326632'
2016-02-20 21:37:50 +08:00
name 'Polymail'
homepage 'https://polymail.io/'
2016-02-22 21:52:40 +08:00
auto_updates true
2016-02-20 21:37:50 +08:00
app 'Polymail.app'
end