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
336 B
10 lines
336 B
class PhpstormEap < Cask
|
|
version '139.173'
|
|
sha256 '0815ca8237791fa41137aa27401d47a206d8f36ca4dd9fa7fdcc488ec96a7bdb'
|
|
|
|
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
|
|
|