updated makerbot to new name and v3.7

This commit is contained in:
adityadalal924 2015-10-04 02:27:00 -04:00
parent d5d0286c86
commit 0febf5d3c4
2 changed files with 14 additions and 14 deletions

14
Casks/makerbot-desktop.rb Normal file
View File

@ -0,0 +1,14 @@
cask :v1 => 'makerbot-desktop' do
version '3.7.0.148'
sha256 '1012556c76df6220640606bb1041a6cf6cc28975ffba6b75b653228512b9da91'
# amazonaws.com is the official download host per the vendor homepage
url "http://s3.amazonaws.com/downloads-makerbot-com/makerware/MakerBot%20Bundle%20BETA%20#{version}.dmg"
name 'MakerBot Desktop'
homepage 'http://www.makerbot.com/desktop'
license :gratis
pkg "MakerBot Bundle BETA #{version}.pkg"
uninstall :pkgutil => 'com.makerbot.*'
end

View File

@ -1,14 +0,0 @@
cask :v1 => 'makerware' do
version '2.4.1.35'
sha256 'bb01a6b2b2f46d8e1ec9522fe3f914646c39550f10d9fde8f0e830f670e933a8'
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/downloads.makerbot.com/makerware/MakerWare%20Bundle%20of%20Awesome%20#{version}.dmg"
name 'MakerBot MakerWare'
homepage 'http://www.makerbot.com/makerware/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg "MakerWare Bundle of Awesome #{version}.pkg"
uninstall :pkgutil => 'com.makerbot.*'
end