homebrew-cask/Casks/rhinoceros.rb

22 lines
873 B
Ruby
Raw Normal View History

2016-02-16 06:09:53 +08:00
cask 'rhinoceros' do
2016-08-11 19:32:59 +08:00
version '5.2.1'
sha256 'af6c6142d6c6f3bec9d72dd9111a7150693357cf60d150d44fe5681f13a1f19f'
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',
2016-08-11 19:32:59 +08:00
checkpoint: '91467e2ee25ef36dd48c226b54c6cdd7d39c5f0e21e7658531ff885b4cf777a3'
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-02-16 06:09:53 +08:00
end