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.3.dmg'
|
|
homepage 'http://www.jetbrains.com/phpstorm/'
|
|
version '6.0.3'
|
|
sha1 'ea98d8579e8248b953ec2f8915500dcdab834fcc'
|
|
link 'PhpStorm.app'
|
|
end
|
|
|