mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
7 lines
245 B
Ruby
7 lines
245 B
Ruby
class PycharmCommunity < Cask
|
|
url 'http://download.jetbrains.com/python/pycharm-community-3.0.1.dmg'
|
|
homepage 'http://www.jetbrains.com/pycharm'
|
|
version '3.0.1'
|
|
sha1 '567460206f4d3c6c6fcd1e4257695b61c58d5cf3'
|
|
link 'PyCharm CE.app'
|
|
end
|