homebrew-cask/Casks/rambox.rb

15 lines
547 B
Ruby
Raw Normal View History

2016-07-08 15:29:07 +08:00
cask 'rambox' do
version '0.3.0'
sha256 '64d0027f478ddb138862be1e42a2681228c9b451ed52ae8634a4cf7c2ae5d8bd'
# github.com/saenzramiro/rambox was verified as official when first introduced to the cask
url "https://github.com/saenzramiro/rambox/releases/download/#{version}/Rambox-#{version}-mac.zip"
appcast 'https://github.com/saenzramiro/rambox/releases.atom',
checkpoint: '86695ec051fa81825eb52bb2f870ee9ed4c8b97a9e5ae99f6a3ba9f12276dcfd'
name 'Rambox'
homepage 'http://rambox.pro/'
license :oss
app 'Rambox.app'
end