homebrew-cask/Casks/rhinoceros.rb

21 lines
803 B
Ruby

cask 'rhinoceros' do
version '6.27.20176.04592'
sha256 'f665af12b4915a8570e60d243d0637071a90b492a6154472c546def21c718a7e'
# mcneel.com/ was verified as official when first introduced to the cask
url "https://files.mcneel.com/rhino/#{version.major}/mac/releases/rhino_#{version}.dmg"
appcast "https://files.mcneel.com/rhino/#{version.major}/mac/updates/commercialUpdates.xml"
name 'Rhinoceros'
homepage 'https://www.rhino3d.com/'
auto_updates true
app 'Rhinoceros.app'
zap trash: [
'~/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*',
]
end