Browse Source
Change homepage to the one specific to EAP rather than the general URL for the app.master
Morgan Estes
11 years ago
1 changed files with 4 additions and 4 deletions
@ -1,7 +1,7 @@ |
|||||
class PhpstormEap < Cask |
class PhpstormEap < Cask |
||||
url 'http://download.jetbrains.com/webide/PhpStorm-EAP-136.1672.dmg' |
url 'http://download.jetbrains.com/webide/PhpStorm-EAP-138.38.dmg' |
||||
homepage 'https://www.jetbrains.com/phpstorm/index.html' |
homepage 'http://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Early+Access+Program' |
||||
version '136.1672' |
version '138.38' |
||||
sha256 '633aa5021cdc871343254c2c3c2c3beb1914b4b2b64db776ee5b9e49ee276248' |
sha256brew '10bd216cab733340447a2ef531d24284a319284cfa673fa71b908affefa55278' |
||||
link 'PhpStorm EAP.app' |
link 'PhpStorm EAP.app' |
||||
end |
end |
||||
|
Loading…
Reference in new issue