homebrew-cask/Casks/kite.rb

16 lines
468 B
Ruby

cask 'kite' do
version '0.20181004.0'
sha256 '7def5baa479719747b2e8da504d3652278641cbeaf3074255e6ed02643689378'
# s3-us-west-1.amazonaws.com/kite-downloads was verified as official when first introduced to the cask
url "https://s3-us-west-1.amazonaws.com/kite-downloads/Kite-#{version}.dmg"
appcast 'https://release.kite.com/appcast.xml'
name 'Kite'
homepage 'https://kite.com/'
auto_updates true
depends_on macos: '>= :lion'
app 'Kite.app'
end