homebrew-cask/Casks/cloudapp.rb

16 lines
610 B
Ruby
Raw Normal View History

cask 'cloudapp' do
2017-10-01 19:11:46 +08:00
version '4.3.1'
2017-10-07 07:21:27 +08:00
sha256 '55222f91ac19e1809baa8488da6b843f0c3dd69b1ddd80ef1fdc1aed231d6381'
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-10-07 07:21:27 +08:00
checkpoint: '4c7363e7d6e5cec86236da951fee7e57337c860590d6612b19c4afb487ab8df6'
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