homebrew-cask/Casks/quicken.rb

18 lines
462 B
Ruby
Raw Normal View History

2017-11-04 21:41:36 +08:00
cask 'quicken' do
2017-11-22 12:45:59 +08:00
version '2018'
sha256 :no_check # required as upstream package is updated in-place
2017-11-04 21:41:36 +08:00
2017-11-22 12:45:59 +08:00
url "https://download.quicken.com/mac/QuickenSub#{version}/Quicken#{version}.dmg"
2017-11-04 21:41:36 +08:00
name 'Quicken'
homepage 'https://www.quicken.com/mac'
depends_on macos: '>= :yosemite'
app 'Quicken.app'
zap trash: [
'~/Library/Preferences/com.quicken.Quicken.plist',
'~/Library/Application Support/Quicken',
]
end