homebrew-cask/Casks/rambox.rb

16 lines
567 B
Ruby
Raw Normal View History

2016-07-08 15:29:07 +08:00
cask 'rambox' do
2018-02-27 03:12:41 +08:00
version '0.5.15'
sha256 '75c15d6a87494660b1ca5dc3910909c539ac1cd3312b11a150c6f26ea4b4b057'
2016-07-08 15:29:07 +08:00
# github.com/saenzramiro/rambox was verified as official when first introduced to the cask
2018-02-27 07:03:56 +08:00
url "https://github.com/saenzramiro/rambox/releases/download/#{version}/Rambox-#{version}-mac.zip"
2016-07-08 15:29:07 +08:00
appcast 'https://github.com/saenzramiro/rambox/releases.atom',
2018-02-27 07:03:56 +08:00
checkpoint: 'd3d4a831bf6b37877e4d86e19328f35fa1b47144992d5a1cb8e59a160a7c716a'
2016-07-08 15:29:07 +08:00
name 'Rambox'
homepage 'http://rambox.pro/'
app 'Rambox.app'
2018-03-01 02:48:22 +08:00
uninstall login_item: 'Rambox'
2016-07-08 15:29:07 +08:00
end