homebrew-cask/Casks/rhinoceros.rb

22 lines
904 B
Ruby
Raw Normal View History

2016-02-16 06:09:53 +08:00
cask 'rhinoceros' do
2017-04-16 09:03:23 +08:00
version '5.3.2'
sha256 '0b3ad681897954cf26fcbe6904516ae8526a050eaed61be8e4c2e09dd5725b05'
2016-02-16 06:09:53 +08:00
# mcneel.com was verified as official when first introduced to the cask
url "https://files.mcneel.com/Releases/Rhino/#{version.major}.0/Mac/Rhinoceros_#{version}.dmg"
2016-11-06 11:36:19 +08:00
appcast "https://files.mcneel.com/rhino/#{version.major}.0/mac/#{version.major}CcommercialUpdates.xml",
2017-04-16 09:03:23 +08:00
checkpoint: 'cdd83fed27818db57ff1c252c38254aa77137f7cfbb6bdec0225c010ed69452a'
2016-02-16 06:09:53 +08:00
name 'Rhinoceros'
homepage 'https://www.rhino3d.com/'
2016-07-01 18:04:56 +08:00
auto_updates true
2016-02-16 06:09:53 +08:00
app 'Rhinoceros.app'
2016-07-01 18:04:56 +08:00
zap delete: [
'~/Library/Preferences/com.mcneel.rhinoceros.plist',
'~/Library/Caches/com.mcneel.rhinoceros',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.mcneel.rhinoceros.sfl*',
2016-07-01 18:04:56 +08:00
]
2016-02-16 06:09:53 +08:00
end