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.
13 lines
325 B
13 lines
325 B
cask 'cura-beta' do
|
|
version '15.06.03'
|
|
sha256 '60c2fe1c5d7b5e738b7906e67ee66b6ba80a9d0a91f98cd6704af039afa2f732'
|
|
|
|
url "https://software.ultimaker.com/15.06/Cura-#{version}-Darwin.dmg"
|
|
name 'Cura'
|
|
homepage 'https://ultimaker.com/en/products/software'
|
|
license :oss
|
|
|
|
app 'Cura.app'
|
|
|
|
zap :delete => '~/.cura'
|
|
end
|
|
|