homebrew-cask/Casks/cloud.rb

16 lines
606 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cloud' do
2017-03-10 11:44:56 +08:00
version '4.2.1'
sha256 '41e6ceb4d5b861a952cba834b1cc9234bd423519eb0f34e188b9a581b0fe65a7'
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"
appcast 'http://updates.getcloudapp.com/appcast.xml',
2017-03-10 11:44:56 +08:00
checkpoint: '4c70dbf0aa0d4f4932ead0350f4d30f5dbba09e8f55f5971ce14d6326c75d5a2'
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
zap delete: '~/Library/Preferences/com.linebreak.CloudAppMacOSX.plist'
2013-06-15 17:24:41 +08:00
end