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
228 B
7 lines
228 B
class Phpstorm < Cask
|
|
url 'http://download.jetbrains.com/webide/PhpStorm-6.0.2.dmg'
|
|
homepage 'http://www.jetbrains.com/phpstorm/'
|
|
version '6.0.2'
|
|
sha1 'e138da2d19c89f391d1a6adcaef052ecedb88a97'
|
|
link 'PhpStorm.app'
|
|
end
|
|
|