Created
June 19, 2017 14:31
-
-
Save xuncheng/d4c73126f69b65bc06a91d2f5a05d6b9 to your computer and use it in GitHub Desktop.
A cask for Dash 2.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | |
auto_updates true | |
app 'Dash.app' | |
zap delete: [ | |
'~/Library/Application Support/Dash', | |
'~/Library/Application Support/com.kapeli.dashdoc', | |
'~/Library/Preferences/com.kapeli.dash.plist', | |
'~/Library/Preferences/com.kapeli.dashdoc.plist', | |
] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment