homebrew-cask/Casks/cloudapp.rb

16 lines
610 B
Ruby
Raw Normal View History

cask 'cloudapp' do
2017-07-03 08:50:48 +08:00
version '4.2.5'
2017-07-14 17:27:24 +08:00
sha256 '6288cc1773b406457d0d4be4142594d68e7c1867a5f5128462b6196c6340e5fc'
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-07-20 22:18:51 +08:00
checkpoint: '1c250b628b810cb5c3cdbf38ec793c8c53e4ad47d51c69d7a5ac33082720cda0'
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