You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
521 B
20 lines
521 B
cask 'dash2' do
|
|
version '2.2.6'
|
|
sha256 'a7de5e00528611f86d1024164b1b5d536ce039344b6ca3c211918c7458f7e412'
|
|
|
|
url "https://kapeli.com/downloads/v#{version.major}/Dash.zip"
|
|
name 'Dash'
|
|
homepage 'https://kapeli.com/dash'
|
|
|
|
app 'Dash.app'
|
|
|
|
postflight do
|
|
suppress_move_to_applications
|
|
end
|
|
|
|
zap delete: [
|
|
'~/Library/Application Support/Dash',
|
|
'~/Library/Preferences/com.kapeli.dash.plist',
|
|
'~/Library/Preferences/com.kapeli.dashdoc.plist',
|
|
]
|
|
end
|
|
|