neutric
8 years ago
committed by
Miccal Matthews
1 changed files with 9 additions and 9 deletions
@ -1,19 +1,19 @@ |
|||||
cask 'datagrip-eap' do |
cask 'datagrip-eap' do |
||||
version '162.1121.36' |
version '2017.1,171.2455.7' |
||||
sha256 'a88ef7b6b8e42a58e9ef38ebac663e1e5c2a10e6a1d56f63a2e9474e41d1764e' |
sha256 '62f0ecac1518b9b1b7f2ed57c88afd9e21d89aeafae3ec6f80cfbef152c660f6' |
||||
|
|
||||
url "https://download.jetbrains.com/datagrip/datagrip-#{version}.dmg" |
url "https://download.jetbrains.com/datagrip/datagrip-#{version.after_comma}.dmg" |
||||
name 'DataGrip' |
name 'DataGrip' |
||||
homepage 'https://confluence.jetbrains.com/display/DBE/DataGrip+2016.2+EAP' |
homepage 'https://www.jetbrains.com/datagrip/nextversion/' |
||||
|
|
||||
conflicts_with cask: 'datagrip' |
conflicts_with cask: 'datagrip' |
||||
|
|
||||
app 'DataGrip.app' |
app "DataGrip #{version.before_comma} EAP.app" |
||||
|
|
||||
zap delete: [ |
zap delete: [ |
||||
'~/Library/Preferences/DataGrip2016.2', |
"~/Library/Application Support/DataGrip#{version.before_comma}", |
||||
'~/Library/Application Support/DataGrip2016.2', |
"~/Library/Caches/DataGrip#{version.before_comma}", |
||||
'~/Library/Caches/DataGrip2016.2', |
"~/Library/Logs/DataGrip#{version.before_comma}", |
||||
'~/Library/Logs/DataGrip2016.2', |
"~/Library/Preferences/DataGrip#{version.before_comma}", |
||||
] |
] |
||||
end |
end |
||||
|
Loading…
Reference in new issue