homebrew-cask/Casks/kite.rb

16 lines
468 B
Ruby

cask 'kite' do
version '0.20181011.0'
sha256 '48886b045cba2e1636034f6cae764317af6fb9aeccb95de4b8207af1f532efe9'
# 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