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.
12 lines
377 B
12 lines
377 B
9 years ago
|
cask 'qt-creator-dev' do
|
||
|
version '4.0.0-rc1'
|
||
|
sha256 '0b0e9b30f790b73924d3863fe7777268a96edbf66ab8a9961e7de1075856a28f'
|
||
9 years ago
|
|
||
|
url "http://download.qt.io/development_releases/qtcreator/#{version.major_minor}/#{version}/qt-creator-opensource-mac-x86_64-#{version}.dmg"
|
||
9 years ago
|
name 'Qt Creator Dev'
|
||
9 years ago
|
homepage 'https://www.qt.io/developers/'
|
||
|
license :gpl
|
||
|
|
||
|
app 'Qt Creator.app'
|
||
|
end
|