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.
10 lines
352 B
10 lines
352 B
cask :v1 => 'pycharm-ce-eap' do
|
|
version '138.2401'
|
|
sha256 '996e160b6f2f345eee0b75efdc053842f265ccf3f15ca1c1cb6515bec75e8b8a'
|
|
|
|
url "http://download.jetbrains.com/python/pycharm-community-#{version}.dmg"
|
|
homepage 'http://confluence.jetbrains.com/display/PYH/JetBrains+PyCharm+Preview+(EAP)'
|
|
license :unknown
|
|
|
|
app 'PyCharm CE 4.0 EAP.app'
|
|
end
|
|
|