mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
254 B
Ruby
7 lines
254 B
Ruby
class Phpstorm < Cask
|
|
url 'http://download.jetbrains.com/webide/PhpStorm-7.1.2.dmg'
|
|
homepage 'http://www.jetbrains.com/phpstorm/'
|
|
version '7.1.2'
|
|
sha256 '3e503d6aa2d96137a24f09ea50e3e105e63051e3cc7e3e070ecbba033e010ad9'
|
|
link 'PhpStorm.app'
|
|
end
|