You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
364 B
10 lines
364 B
cask 'qt-creator-dev' do
|
|
version '4.2.0-beta1'
|
|
sha256 'eff829a57fc70747e74461401a5ff6bfc7d4cff49fa52acf2d2b047357f712f7'
|
|
|
|
url "http://download.qt.io/development_releases/qtcreator/#{version.major_minor}/#{version}/qt-creator-opensource-mac-x86_64-#{version}.dmg"
|
|
name 'Qt Creator Dev'
|
|
homepage 'https://www.qt.io/developers/'
|
|
|
|
app 'Qt Creator.app'
|
|
end
|
|
|