homebrew-cask/Casks/cloudapp.rb

16 lines
609 B
Ruby
Raw Normal View History

cask 'cloudapp' do
2017-12-25 16:18:55 +08:00
version '4.3.3'
sha256 '3938c226d1e14455f758039a93d5205d3b79544b20e5c5c82b74229afbefbf94'
2016-02-12 07:48:58 +08:00
# amazonaws.com/downloads.getcloudapp.com was verified as official when first introduced to the cask
2017-03-10 11:44:56 +08:00
url "https://s3.amazonaws.com/downloads.getcloudapp.com/mac/CloudApp-#{version}.zip"
2017-05-17 03:55:47 +08:00
appcast 'https://updates.getcloudapp.com/appcast.xml',
2017-12-02 12:00:42 +08:00
checkpoint: 'c38fc4b75def18c8270b651da1bc87fe1917b5a6e90544231158730550bfc435'
2014-12-11 00:34:45 +08:00
name 'CloudApp'
homepage 'https://www.getcloudapp.com/'
2014-10-27 18:37:27 +08:00
app 'CloudApp.app'
2014-11-22 22:24:18 +08:00
2017-11-18 17:49:19 +08:00
zap trash: '~/Library/Preferences/com.linebreak.CloudAppMacOSX.plist'
2013-06-15 17:24:41 +08:00
end