homebrew-cask/Casks/droplr.rb

17 lines
666 B
Ruby
Raw Normal View History

2014-11-14 01:25:44 +08:00
cask :v1 => 'droplr' do
2014-11-21 18:48:32 +08:00
version '4.2.2'
sha256 'aafe5a9d6b3e9318a406d9283cb25d56ac1ed72d3d318361ba85f8e4d8aba8bf'
2015-01-06 00:25:15 +08:00
# amazonaws.com is the official download host per the vendor homepage
2014-11-21 18:48:32 +08:00
url 'http://files.droplr.com.s3.amazonaws.com/apps/mac/Droplr+41.zip'
2014-10-15 23:43:49 +08:00
appcast 'https://droplr.com/appcast/appcast.xml',
:sha256 => 'a9de5e093038bb95e9334c21a6e4f9e91148535b559756a2824790522df278f8'
2015-01-06 10:27:48 +08:00
name 'Droplr'
2013-10-08 10:08:19 +08:00
homepage 'https://www.droplr.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:30 +08:00
app 'Droplr.app'
2014-11-22 22:24:18 +08:00
2014-09-18 19:57:55 +08:00
zap :delete => '~/Library/Preferences/com.droplr.droplr-mac.plist'
2013-10-08 10:08:19 +08:00
end