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
357 B
12 lines
357 B
cask 'pycharm-edu' do
|
|
version '2.0.3'
|
|
sha256 '2c3b98051c90e5647ada4e4f3b33ad1c974b88ee1f30d1631e7a874e8dcafe3d'
|
|
|
|
url "https://download.jetbrains.com/python/pycharm-edu-#{version}.dmg"
|
|
name 'Jetbrains PyCharm Educational Edition'
|
|
name 'PyCharm Edu'
|
|
homepage 'https://www.jetbrains.com/pycharm-edu/'
|
|
license :apache
|
|
|
|
app 'PyCharm Edu.app'
|
|
end
|
|
|