homebrew-cask/Casks/cloud.rb

15 lines
454 B
Ruby
Raw Normal View History

2014-11-14 01:25:35 +08:00
cask :v1 => 'cloud' do
2015-07-18 06:07:00 +08:00
version '3.5.3'
sha256 '5fd6e0e5e1a4c9d37150acda5df40cc35ef29fb75f20073c213c52e2647cd9f4'
# 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