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
version '1.3.2'
sha256 'a6e66175b53656ccf2965aae0e8f880a9470ffafeae1b0b72e78b170dd08daf8'
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