homebrew-cask/Casks/wmail.rb

14 lines
556 B
Ruby
Raw Normal View History

2016-01-21 23:23:15 +08:00
cask 'wmail' do
2017-03-02 04:49:33 +08:00
version '2.3.0'
sha256 '3fb07c1d4b5a2e386f687a4b1c1fe75795ae920f91e0aee61f1de4561fd9a358'
2016-01-21 23:23:15 +08:00
2016-02-21 02:07:25 +08:00
# github.com/Thomas101/wmail was verified as official when first introduced to the cask
2017-02-25 15:22:04 +08:00
url "https://github.com/Thomas101/wmail/releases/download/v#{version}/WMail_#{version.dots_to_underscores}_osx.dmg"
2016-01-23 03:40:58 +08:00
appcast 'https://github.com/Thomas101/wmail/releases.atom',
2017-03-02 04:49:33 +08:00
checkpoint: '8bdfc9efd95dffeb007621e2c8d8959f1f8eb490ff72694508bab598e8cbb1e5'
2016-01-21 23:23:15 +08:00
name 'WMail'
2016-02-21 02:07:25 +08:00
homepage 'https://thomas101.github.io/wmail/'
2016-01-21 23:23:15 +08:00
2016-10-22 07:37:30 +08:00
app 'WMail.app'
2016-01-21 23:23:15 +08:00
end