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
882 B
21 lines
882 B
cask 'rhinoceroswip' do
|
|
version '5C249w'
|
|
sha256 'bb58586441ff7c6c122178189dcb7668478f61df36f39287fc62975b52953c23'
|
|
|
|
# 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: '03da618fc2af5b2357da7b0160ddce9816e1b4a1b4729bdb576a8959c758fd60'
|
|
name 'Rhinoceros WIP'
|
|
homepage 'http://www.rhino3d.com/download/rhino-for-mac/5/wip'
|
|
|
|
auto_updates true
|
|
|
|
app 'RhinoWIP.app'
|
|
|
|
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',
|
|
]
|
|
end
|
|
|