homebrew-cask/Casks/rhinoceros.rb

22 lines
849 B
Ruby

cask 'rhinoceros' do
version '5.5.2'
sha256 '68f06d10f2d21377674658270717b9da1b62e764e65be768071766a11da40a92'
# 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"
appcast "https://files.mcneel.com/rhino/#{version.major}.0/mac/#{version.major}CcommercialUpdates.xml"
name 'Rhinoceros'
homepage 'https://www.rhino3d.com/'
auto_updates true
depends_on macos: '>= :mountain_lion'
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