homebrew-cask/Casks/inboxer.rb

14 lines
553 B
Ruby
Raw Normal View History

2018-01-10 01:16:01 +08:00
cask 'inboxer' do
2018-05-01 06:04:23 +08:00
version '1.1.2'
sha256 '5e3ae2901946f1fae8b2a54fd8b488b57674d921742f16e8bd8ac16bcef973ea'
2018-01-10 01:16:01 +08:00
# github.com/denysdovhan/inboxer was verified as official when first introduced to the cask
url "https://github.com/denysdovhan/inboxer/releases/download/v#{version}/inboxer-#{version}-mac.zip"
appcast 'https://github.com/denysdovhan/inboxer/releases.atom',
2018-05-01 06:04:23 +08:00
checkpoint: 'b4a6299ac687536a6d611f1d6134d94c7cc62ae7a0609073ce575de815882fec'
2018-01-10 01:16:01 +08:00
name 'inboxer'
homepage 'https://denysdovhan.com/inboxer'
app 'inboxer.app'
end