homebrew-cask/Casks/cloud.rb

15 lines
475 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cloud' do
2016-02-12 06:55:49 +08:00
version '3.8.2'
sha256 'e23e9ec5859a90d013e7f5eecfb0ae89d50efb47d2c5c6a2b36642f3c3aaecb1'
2016-02-12 07:48:58 +08:00
# 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"
2014-12-11 00:34:45 +08:00
name 'CloudApp'
2015-06-29 14:32:18 +08:00
homepage 'https://getcloudapp.com/'
2015-02-24 16:08:27 +08:00
license :gratis
2014-10-27 18:37:27 +08:00
app 'CloudApp.app'
2014-11-22 22:24:18 +08:00
zap delete: '~/Library/Preferences/com.linebreak.CloudAppMacOSX.plist'
2013-06-15 17:24:41 +08:00
end