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
883 B
21 lines
883 B
cask 'rhinoceroswip' do
|
|
version '5D143w'
|
|
sha256 'd3a479f12682afcbf512314a2fe4d8e558bc784d6fa0057a5b08f984f6cd1f0a'
|
|
|
|
# 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: 'f3c3a707d11053ffaa90f138d6a2dede7262038a386e434c5626f0b90ae822a4'
|
|
name 'Rhinoceros WIP'
|
|
homepage 'https://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
|
|
|