homebrew-cask/Casks/cura.rb

14 lines
331 B
Ruby
Raw Normal View History

2014-11-14 01:25:39 +08:00
cask :v1 => 'cura' do
2015-07-03 02:39:44 +08:00
version '15.06.01'
2015-08-01 20:20:46 +08:00
sha256 'e5119c37c6793c67f6cef2a4f8d86ba43e5a77ed14598227af45ecc31f8c4c0d'
2014-06-22 09:48:39 +08:00
2015-07-03 02:39:44 +08:00
url "http://software.ultimaker.com/15.06/Cura-#{version}-Darwin.dmg"
2015-03-26 11:30:34 +08:00
name 'Cura'
2015-01-20 21:31:03 +08:00
homepage 'https://ultimaker.com/en/products/software'
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