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