homebrew-cask/Casks/cumulus.rb

20 lines
754 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cumulus' do
2017-04-07 03:02:32 +08:00
version '0.10.1'
2017-04-18 12:28:43 +08:00
sha256 'f23cffe610f095ef28acc7a14a61b5548755af452ecf5d38c2e2916e424ca271'
2015-09-16 23:04:03 +08:00
2016-02-11 05:40:39 +08:00
# github.com/gillesdemey/Cumulus was verified as official when first introduced to the cask
2017-04-07 03:02:32 +08:00
url "https://github.com/gillesdemey/Cumulus/releases/download/v#{version}/Cumulus-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/gillesdemey/Cumulus/releases.atom'
2015-09-16 23:04:03 +08:00
name 'Cumulus'
homepage 'https://gillesdemey.github.io/Cumulus/'
2015-09-16 23:04:03 +08:00
app 'Cumulus.app'
2017-11-18 17:49:19 +08:00
zap trash: [
'~/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