homebrew-cask/Casks/cloud.rb

15 lines
551 B
Ruby
Raw Normal View History

2014-11-14 01:25:35 +08:00
cask :v1 => 'cloud' do
2014-10-23 14:51:00 +08:00
version '3.1.0'
sha256 'f412e020c8307ef5872c0c5236f8bc1f1548c47d10b19315aba24ebd391cf293'
# amazonaws.com is the official download host per the vendor homepage
2014-09-26 20:08:50 +08:00
url "https://s3.amazonaws.com/downloads.getcloudapp.com/mac/CloudApp-#{version}.zip"
2014-12-11 00:34:45 +08:00
name 'CloudApp'
homepage 'http://getcloudapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
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