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.
7 lines
224 B
7 lines
224 B
class Pycharm < Cask
|
|
url 'http://download.jetbrains.com/python/pycharm-2.7.3.dmg'
|
|
homepage 'http://www.jetbrains.com/pycharm/'
|
|
version '2.7.3'
|
|
sha1 '899e2d7cb2c947b947832d8de45cf0a9b99e2a58'
|
|
link 'PyCharm.app'
|
|
end
|
|
|