homebrew-cask/Casks/cura.rb

11 lines
264 B
Ruby
Raw Normal View History

2012-11-20 00:58:45 +08:00
class Cura < Cask
version '14.07'
sha256 '6f627cd60bc849f86d9f4b29b3d2971744187b7dc5392965464d16dd45a35f9a'
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-09-16 00:05:26 +08:00
app 'Cura.app'
2012-11-20 00:58:45 +08:00
end