homebrew-cask/Casks/inboxer.rb

14 lines
553 B
Ruby

cask 'inboxer' do
version '1.1.2'
sha256 '5e3ae2901946f1fae8b2a54fd8b488b57674d921742f16e8bd8ac16bcef973ea'
# 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',
checkpoint: 'b4a6299ac687536a6d611f1d6134d94c7cc62ae7a0609073ce575de815882fec'
name 'inboxer'
homepage 'https://denysdovhan.com/inboxer'
app 'inboxer.app'
end