mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
7 lines
224 B
Ruby
7 lines
224 B
Ruby
class Phpstorm < Cask
|
|
url 'http://download.jetbrains.com/webide/PhpStorm-7.0.dmg'
|
|
homepage 'http://www.jetbrains.com/phpstorm/'
|
|
version '7.0'
|
|
sha1 '8a9012622f5761382983877f5450456a151415f2'
|
|
link 'PhpStorm.app'
|
|
end
|