mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
7 lines
254 B
Ruby
7 lines
254 B
Ruby
class Phpstorm < Cask
|
|
url 'http://download.jetbrains.com/webide/PhpStorm-7.1.3.dmg'
|
|
homepage 'http://www.jetbrains.com/phpstorm/'
|
|
version '7.1.3'
|
|
sha256 '37ab8cb0739388da77d226fbdbf956ef441a8d7cb59e316e22815d57d11f6a1d'
|
|
link 'PhpStorm.app'
|
|
end
|