mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
7 lines
228 B
Ruby
7 lines
228 B
Ruby
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
|