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.
10 lines
312 B
10 lines
312 B
class PhpstormEap < Cask
|
|
version '139.105'
|
|
sha256 '9821ed1d1728fdcc833e896d7f2802643edd1707'
|
|
|
|
url "http://download.jetbrains.com/webide/PhpStorm-EAP-#{version}.dmg"
|
|
homepage 'http://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Early+Access+Program'
|
|
license :unknown
|
|
|
|
app 'PhpStorm EAP.app'
|
|
end
|
|
|