homebrew-cask/Casks/cloud.rb

17 lines
620 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cloud' do
2016-09-28 03:37:15 +08:00
version '4.1.1'
sha256 'cb9a580f6bda6eb4e4f9bd407e5699654edcc924323b5563ac5321ea64e6898d'
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"
appcast 'http://updates.getcloudapp.com/appcast.xml',
2016-09-28 03:37:15 +08:00
checkpoint: 'cc83745deef53a6f0b9e5eb25c32a61a94873adaa1fe775cfb86232c786649d4'
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