homebrew-cask/Casks/cura.rb

13 lines
303 B
Ruby
Raw Normal View History

2014-11-14 01:25:39 +08:00
cask :v1 => 'cura' do
2014-12-19 19:47:50 +08:00
version '14.12.1'
sha256 'ace005ffd7549a6cf242f961da411d4d789e8352f8dd3b2ba0a0f8a766e99dc9'
2014-06-22 09:48:39 +08:00
url "http://software.ultimaker.com/current/Cura-#{version}-MacOS.dmg"
2012-11-20 00:58:45 +08:00
homepage 'http://daid.github.com/Cura/'
2014-10-01 23:32:43 +08:00
license :oss
2014-06-22 09:48:39 +08:00
2014-10-08 11:12:44 +08:00
app 'Cura/Cura.app'
2014-10-11 22:25:26 +08:00
zap :delete => '~/.cura'
2012-11-20 00:58:45 +08:00
end