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
256 B
Ruby
7 lines
256 B
Ruby
class Webstorm < Cask
|
|
url 'http://download.jetbrains.com/webstorm/WebStorm-7.0.3.dmg'
|
|
homepage 'http://www.jetbrains.com/webstorm/'
|
|
version '7.0.3'
|
|
sha256 'b0bd03278da91bf71fec29f12dc4da15d587449cb39b03e4deb94dababc67d87'
|
|
link 'WebStorm.app'
|
|
end
|