homebrew-cask/Casks/cloud.rb

15 lines
475 B
Ruby

cask 'cloud' do
version '3.8.2'
sha256 'e23e9ec5859a90d013e7f5eecfb0ae89d50efb47d2c5c6a2b36642f3c3aaecb1'
# 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}.dmg"
name 'CloudApp'
homepage 'https://getcloudapp.com/'
license :gratis
app 'CloudApp.app'
zap delete: '~/Library/Preferences/com.linebreak.CloudAppMacOSX.plist'
end