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.
12 lines
354 B
12 lines
354 B
cask 'pycharm-ce' do
|
|
version '2016.1'
|
|
sha256 'fc9f27d0d83940623173dec8843c80c95eccfe9cead95a585ba0964f62681bd5'
|
|
|
|
url "https://download.jetbrains.com/python/pycharm-community-#{version}.dmg"
|
|
name 'Jetbrains PyCharm Community Edition'
|
|
name 'PyCharm CE'
|
|
homepage 'https://www.jetbrains.com/pycharm'
|
|
license :apache
|
|
|
|
app 'PyCharm CE.app'
|
|
end
|
|
|