homebrew-cask/Casks/wmail.rb

14 lines
481 B
Ruby
Raw Normal View History

2016-01-21 23:23:15 +08:00
cask 'wmail' do
2016-02-08 03:12:12 +08:00
version '1.2.0'
sha256 '44a3fe2a414c08412085b4d058aba8eb79c48ca1f20eb562770f2a54e7fa5da3'
2016-01-21 23:23:15 +08:00
2016-02-08 03:12:12 +08:00
url "https://github.com/Thomas101/wmail/releases/download/v#{version}/WMail_#{version.dots_to_underscores}_osx.zip"
2016-01-23 03:40:58 +08:00
appcast 'https://github.com/Thomas101/wmail/releases.atom',
2016-02-08 03:12:12 +08:00
checkpoint: 'a62fd9749579f45c20dd388777f94864c3f85f476008b3cdcc73262ee0fa0065'
2016-01-21 23:23:15 +08:00
name 'WMail'
homepage 'https://github.com/Thomas101/wmail'
license :mit
app 'WMail.app'
end