Skip to content

Commit

Permalink
PhpStorm EAP 163.6957.13 (Homebrew#2837)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake authored and vitorgalvao committed Nov 2, 2016
1 parent 20aba53 commit eec0f1f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Casks/phpstorm-eap.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
cask 'phpstorm-eap' do
version '163.6512.15'
sha256 '8795d9c220aa13a9006f15ee85a5eda8efe69ec4ba627bbc68ec34b3acf56845'
version '2016.3,163.6957.13'
sha256 '94ebdbe52bfb9fbf7fbd4e2b62cdb3c59d7aa0484aa13a44a3c4527a1d457604'

url "https://download.jetbrains.com/webide/PhpStorm-EAP-#{version}.dmg"
url "https://download.jetbrains.com/webide/PhpStorm-EAP-#{version.after_comma}.dmg"
name 'PhpStorm EAP'
homepage 'https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Early+Access+Program'

conflicts_with cask: 'phpstorm'

app 'PhpStorm 2016.3 EAP.app'
app 'PhpStorm #{version.major_minor} EAP.app'

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

zap delete: [
'~/Library/Preferences/PhpStorm2016.2',
'~/Library/Caches/PhpStorm2016.2',
'~/Library/Logs/PhpStorm2016.2',
'~/Library/Application Support/PhpStorm2016.2',
'~/Library/Preferences/PhpStorm#{version.major_minor}',
'~/Library/Caches/PhpStorm#{version.major_minor}',
'~/Library/Logs/PhpStorm#{version.major_minor}',
'~/Library/Application Support/PhpStorm#{version.major_minor}',
]
end

0 comments on commit eec0f1f

Please sign in to comment.