homebrew-cask/Casks/hazeover.rb

20 lines
541 B
Ruby
Raw Normal View History

2017-08-25 20:43:42 +08:00
cask 'hazeover' do
version '1.8.4-862'
sha256 '2ff1bdd5795dad76446ad9665b0d5977ef6060cd122d75e8685265fd889a2e46'
2017-08-25 20:43:42 +08:00
url 'https://hazeover.com/HazeOver.dmg'
2018-06-12 22:37:26 +08:00
appcast 'https://hazeover.com/updates.xml'
2017-08-25 20:43:42 +08:00
name 'HazeOver'
homepage 'https://hazeover.com/'
app 'HazeOver.app'
uninstall launchctl: 'com.pointum.hazeover.launcher',
quit: 'com.pointum.hazeover'
2017-11-18 18:15:41 +08:00
zap trash: [
'~/Library/Caches/com.pointum.hazeover',
'~/Library/Preferences/com.pointum.hazeover.plist',
]
2017-08-25 20:43:42 +08:00
end