homebrew-cask/Casks/cloud.rb

15 lines
447 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cloud' do
2015-10-06 20:54:27 +08:00
version '3.6.1'
sha256 '8a877c5503d5c390d01c029c1f8a2e8510455b9871da738ac957c6821cc1bdb4'
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/downloads.getcloudapp.com/mac/CloudApp-#{version}.dmg"
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
2014-09-18 19:57:55 +08:00
zap :delete => '~/Library/Preferences/com.linebreak.CloudAppMacOSX.plist'
2013-06-15 17:24:41 +08:00
end