homebrew-cask/Casks/cumulus.rb

21 lines
853 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cumulus' do
2016-12-30 05:07:23 +08:00
version '0.9.0'
sha256 '810941b913de3347ebfff7b09feb0f51af5e5d4bd5b6919118bf475c92df4699'
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
2016-03-10 07:46:38 +08:00
url "https://github.com/gillesdemey/Cumulus/releases/download/v#{version}/Cumulus-#{version}-osx.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/gillesdemey/Cumulus/releases.atom',
2016-12-30 05:07:23 +08:00
checkpoint: 'bbe1f106b1855928840d8b5414e2efce1ddbd7df896eaf2f75890b9bfc4ab093'
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'
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