homebrew-cask/Casks/rhinoceros.rb

23 lines
893 B
Ruby
Raw Normal View History

2016-02-16 06:09:53 +08:00
cask 'rhinoceros' do
2016-07-01 18:04:56 +08:00
version '5.2'
sha256 '2c2fd9553031c5f9709a9ddda188c32806f8293c30e2ac77b19d7fc34b607aa2'
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-07-01 18:04:56 +08:00
appcast 'https://files.mcneel.com/rhino/5.0/mac/5CcommercialUpdates.xml',
checkpoint: '259ba86e3ece12b204264854a73bf381e530ded1110e85bf623e7b75297d9f2e'
2016-02-16 06:09:53 +08:00
name 'Rhinoceros'
homepage 'https://www.rhino3d.com/'
license :commercial
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-02-16 06:09:53 +08:00
end