mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 06:06:50 -06:00
10 lines
264 B
Ruby
10 lines
264 B
Ruby
class Cura < Cask
|
|
version '14.07'
|
|
sha256 '6f627cd60bc849f86d9f4b29b3d2971744187b7dc5392965464d16dd45a35f9a'
|
|
|
|
url "http://software.ultimaker.com/current/Cura-#{version}-MacOS.dmg"
|
|
homepage 'http://daid.github.com/Cura/'
|
|
license :oss
|
|
|
|
app 'Cura.app'
|
|
end
|