Update qt-creator to 4.8.0 (#55818)

After making all changes to the cask:

- [x] `brew cask audit --download {{cask_file}}` is error-free.
- [x] `brew cask style --fix {{cask_file}}` left no offenses.
- [x] The commit message includes the cask’s name and version.
This commit is contained in:
Yurii Kolesnykov 2018-12-06 18:57:35 +02:00 committed by Caleb Xu
parent 0898c0069d
commit ae79f90ea8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cask 'qt-creator' do
version '4.7.2'
sha256 '2b262bb733a2794d69451d9de101223fff22e685fc74b29e07c7d84ce5d1d361'
version '4.8.0'
sha256 'dbbcefe1233cb29f0d20565273b6e5262e60190bcddcc55ed5be97ff57284b7a'
url "https://download.qt.io/official_releases/qtcreator/#{version.major_minor}/#{version}/qt-creator-opensource-mac-x86_64-#{version}.dmg"
name 'Qt Creator'