Skip to content

Commit

Permalink
updated webstorm-eap (2016.2,162.844.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanson committed Jun 8, 2016
1 parent af5aa20 commit 7c77ca0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Casks/webstorm-eap.rb
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
cask 'webstorm-eap' do
version '162.646.2'
sha256 '3639bc41ffdc79b37ec9d6d0f74ab634b99456fe757e3c2341da5bd9c98a3d9f'
version '2016.2,162.844.4'
sha256 'eabb43def172f15d42c8f8ba1350cb78d19723214253e8d4f1583552dc8aebfe'

url "https://download.jetbrains.com/webstorm/WebStorm-EAP-#{version}.dmg"
url "https://download.jetbrains.com/webstorm/WebStorm-EAP-#{version.after_comma}.dmg"
name 'WebStorm EAP'
homepage 'https://confluence.jetbrains.com/display/WI/WebStorm+EAP'
license :commercial

conflicts_with cask: 'webstorm'

app 'WebStorm 2016.2 EAP.app'
app "WebStorm #{version.before_comma} EAP.app"

uninstall delete: '/usr/local/bin/wstorm'

zap delete: [
'~/.WebStorm2016.2',
'~/Library/Preferences/WebStorm2016.2',
'~/Library/Application Support/WebStorm2016.2',
'~/Library/Caches/WebStorm2016.2',
'~/Library/Logs/WebStorm2016.2',
"~/Library/Preferences/WebStorm#{version.before_comma}",
"~/Library/Application Support/WebStorm#{version.before_comma}",
"~/Library/Caches/WebStorm#{version.before_comma}",
"~/Library/Logs/WebStorm#{version.before_comma}",
]
end

0 comments on commit 7c77ca0

Please sign in to comment.