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.
21 lines
752 B
21 lines
752 B
cask 'pycharm-eap' do
|
|
version '2017.1,171.2455.3'
|
|
sha256 '7e071d72baf9c11f912e572db44498a7dab7f75f46123a560a3f09b74eb89438'
|
|
|
|
url "https://download.jetbrains.com/python/pycharm-professional-#{version.after_comma}.dmg"
|
|
name 'PyCharm EAP'
|
|
homepage 'https://www.jetbrains.com/pycharm/nextversion/'
|
|
|
|
conflicts_with cask: 'pycharm'
|
|
|
|
app "PyCharm #{version.before_comma} EAP.app"
|
|
|
|
uninstall delete: '/usr/local/bin/charm'
|
|
|
|
zap delete: [
|
|
"~/Library/Application Support/PyCharm#{version.before_comma}",
|
|
"~/Library/Caches/PyCharm#{version.before_comma}",
|
|
"~/Library/Logs/PyCharm#{version.before_comma}",
|
|
"~/Library/Preferences/PyCharm#{version.before_comma}",
|
|
]
|
|
end
|
|
|