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-04-05 00:24:00 +08:00
version '1.0.4'
sha256 '708aa5e6394b869efca1d99b3d03d5936a8599c1d4d864d157e13982d93b424e'
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-04-05 00:24:00 +08:00
checkpoint: '3c36ee31f7aa39052adbbf6376891cccf14e302b05f8c973f75e47b0295bced3'
2018-01-10 01:16:01 +08:00
name 'inboxer'
homepage 'https://denysdovhan.com/inboxer'
app 'inboxer.app'
end