homebrew-cask/Casks/zazu.rb

21 lines
774 B
Ruby
Raw Normal View History

2017-01-04 12:28:31 +08:00
cask 'zazu' do
2017-03-30 21:00:48 +08:00
version '0.5.2'
sha256 '9383a8653eac8d13040c407cd495c54a0ba36b28c3ec7c4e84c6f6756f35ab80'
2017-01-04 12:28:31 +08:00
# github.com was verified as official when first introduced to the cask
url "https://github.com/tinytacoteam/zazu/releases/download/v#{version}/zazu-#{version}.dmg"
2017-01-04 12:28:31 +08:00
appcast 'https://github.com/tinytacoteam/zazu/releases.atom',
2017-03-30 21:00:48 +08:00
checkpoint: '4e9961944aab036beb9cebf4d8c20cd70e3b365a7e2f029e1dceda2ba0578d78'
2017-01-04 12:28:31 +08:00
name 'Zazu'
homepage 'http://zazuapp.org/'
app 'Zazu.app'
zap delete: [
'~/Library/Application Support/Zazu',
'~/Library/Caches/Zazu',
'~/Library/Preferences/com.tinytacoteam.zazu.helper.plist',
'~/Library/Preferences/com.tinytacoteam.zazu.plist',
]
end