homebrew-cask/Casks/qt-creator.rb

15 lines
493 B
Ruby

cask 'qt-creator' do
version '4.12.0'
sha256 '831121c8bffda3642bfce35da82c425a7159b55d60b7968a9ddff96a84662810'
url "https://download.qt.io/official_releases/qtcreator/#{version.major_minor}/#{version}/qt-creator-opensource-mac-x86_64-#{version}.dmg"
appcast 'https://download.qt.io/official_releases/qtcreator/',
configuration: version.major_minor
name 'Qt Creator'
homepage 'https://www.qt.io/developers/'
depends_on macos: '>= :sierra'
app 'Qt Creator.app'
end