mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
- provide license information - switch all URLs to https - zap complete `~/Library/Application Support/Dash` folder
21 lines
448 B
Ruby
21 lines
448 B
Ruby
cask :v1 => 'dash' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://kapeli.com/Dash.zip'
|
|
appcast 'https://kapeli.com/Dash.xml'
|
|
name 'Dash'
|
|
homepage 'https://kapeli.com/dash'
|
|
license :commercial
|
|
|
|
app 'Dash.app'
|
|
|
|
postflight do
|
|
suppress_move_to_applications
|
|
end
|
|
|
|
zap :delete => [
|
|
'~/Library/Application Support/Dash',
|
|
'~/Library/Preferences/com.kapeli.dash.plist',
|
|
]
|
|
end
|