homebrew-cask/Casks/droplr.rb

20 lines
678 B
Ruby
Raw Normal View History

2014-11-14 01:25:44 +08:00
cask :v1 => 'droplr' do
2015-07-02 14:39:21 +08:00
version '4.5.1-65'
sha256 'eff5612ff8588345120c50d2bc5ec946c7a74c1e5611cbc7f98ad39e8ac5a8a2'
2015-01-06 00:25:15 +08:00
# amazonaws.com is the official download host per the vendor homepage
2015-07-01 09:16:38 +08:00
url "http://files.droplr.com.s3.amazonaws.com/apps/mac/Droplr+#{version.sub(%r{.*-},'')}.zip"
2014-10-15 23:43:49 +08:00
appcast 'https://droplr.com/appcast/appcast.xml',
2015-07-02 14:39:21 +08:00
:sha256 => '8fea3a3e6c84f48d332d1af23af0cdccd7ac5bc8817eb7829e4dea74c41c34fc'
2015-01-06 10:27:48 +08:00
name 'Droplr'
2013-10-08 10:08:19 +08:00
homepage 'https://www.droplr.com/'
2015-07-02 14:39:21 +08:00
license :freemium
depends_on :macos => '>= :mavericks'
depends_on :arch => [:x86_64, :ppc_64]
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