homebrew-cask/Casks/cura.rb

13 lines
301 B
Ruby
Raw Normal View History

2014-11-14 01:25:39 +08:00
cask :v1 => 'cura' do
2014-10-08 11:12:44 +08:00
version '14.09'
sha256 '563674f1696c1faf21a5a79b8684811085c868dbb891c87a0ba45c46539f316b'
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