homebrew-cask-versions/Casks/makerware.rb
2013-11-18 05:47:22 -05:00

8 lines
354 B
Ruby

class Makerware < Cask
url 'http://s3.amazonaws.com/downloads.makerbot.com/makerware/MakerWare%20Bundle%20of%20Awesome%202.3.3.42.dmg'
homepage 'http://www.makerbot.com/makerware/'
version '2.3.3.42'
sha1 'a93f20c599cf1c4cf69161063401bde332dacd44'
install 'MakerWare Bundle of Awesome 2.3.3.42.pkg'
uninstall :pkgutil => 'com.makerbot.*'
end