homebrew-cask/Casks/rhinoceros.rb

21 lines
802 B
Ruby

cask 'rhinoceros' do
version '6.21.19349.01012'
sha256 '63f3dbe499ea8543d390b7e2a33522981568ca855bdfa96fcaa9531cb1fd291a'
# 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