homebrew-cask/Casks/cloudapp.rb

15 lines
519 B
Ruby

cask 'cloudapp' do
version '4.4.2'
sha256 '0d3f3ba06b2a22d4ce30a83108fb6838c0182cd7327def472affa237c051c813'
# amazonaws.com/downloads.getcloudapp.com was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/downloads.getcloudapp.com/mac/CloudApp-#{version}.zip"
appcast 'https://updates.getcloudapp.com/appcast.xml'
name 'CloudApp'
homepage 'https://www.getcloudapp.com/'
app 'CloudApp.app'
zap trash: '~/Library/Preferences/com.linebreak.CloudAppMacOSX.plist'
end