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
230 B
7 lines
230 B
class Pycharm < Cask
|
|
url 'http://download.jetbrains.com/python/pycharm-2.7.2.dmg'
|
|
homepage 'http://www.jetbrains.com/pycharm/'
|
|
version '2.7.2'
|
|
sha1 '2b4f9d856d546fd2ef2e54ee7d15910e935de403'
|
|
link :app, 'PyCharm.app'
|
|
end
|
|
|