You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
879 B
21 lines
879 B
cask 'rhinoceroswip' do
|
|
version '5E292w'
|
|
sha256 'e78bc7249a0384767c53d90c03f606161bc077e2832508dd7303987fc2aadf02'
|
|
|
|
# mcneel.com was verified as official when first introduced to the cask
|
|
url "https://files.mcneel.com/Releases/Rhino/5.0/Mac/RhinoWIP_#{version}.dmg"
|
|
appcast 'https://files.mcneel.com/rhino/5.0/mac/5CwipUpdates.xml',
|
|
checkpoint: '7115f6ed6773a66a0f922ba8ee396cb1da5e5fcf76531c6062800c27ee6ca2d7'
|
|
name 'Rhinoceros WIP'
|
|
homepage 'https://www.rhino3d.com/download/rhino-for-mac/5/wip'
|
|
|
|
auto_updates true
|
|
|
|
app 'RhinoWIP.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
|
|
|