homebrew-cask/Casks/inboxer.rb

13 lines
460 B
Ruby
Raw Normal View History

2018-01-10 01:16:01 +08:00
cask 'inboxer' do
2018-08-28 05:13:28 +08:00
version '1.1.4'
sha256 '680ee3b321e485ead62338d81e43ee25d077d5c3451a724867c741d287efc47f'
2018-01-10 01:16:01 +08:00
# github.com/denysdovhan/inboxer was verified as official when first introduced to the cask
2018-08-28 05:13:28 +08:00
url "https://github.com/denysdovhan/inboxer/releases/download/v#{version}/Inboxer-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/denysdovhan/inboxer/releases.atom'
2018-01-10 01:16:01 +08:00
name 'inboxer'
2018-10-07 13:41:35 +08:00
homepage 'https://denysdovhan.com/inboxer/'
2018-01-10 01:16:01 +08:00
app 'inboxer.app'
end