homebrew-cask/Casks/cumulus.rb

21 lines
774 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cumulus' do
2015-12-10 04:16:40 +08:00
version '0.5.4'
sha256 'cb0a6c6ae579e4877c634b72db3a5425d975f91bd4353c7c3ccd63d05aa8713f'
2015-09-16 23:04:03 +08:00
url "https://github.com/gillesdemey/Cumulus/releases/download/v#{version}/Cumulus-#{version}-osx.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/gillesdemey/Cumulus/releases.atom',
checkpoint: '97c90bfc6b090a781a3096907cf90ab0fa2b5c8b5eb1146a6207272840671e27'
2015-09-16 23:04:03 +08:00
name 'Cumulus'
homepage 'https://gillesdemey.github.io/Cumulus/'
2015-09-16 23:04:03 +08:00
license :oss
app 'Cumulus.app'
zap delete: [
'~/Library/Application Support/Cumulus',
'~/Library/Caches/Cumulus',
'~/Library/Preferences/com.gillesdemey.cumulus.plist',
'~/Library/Saved Application State/com.gillesdemey.cumulus.savedState',
]
2015-09-16 23:04:03 +08:00
end