excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / r / rhino.rb
blobdb8532c0cd9b3cc698d3beade556be10493c8357
1 cask "rhino" do
2   version "8.13.24317.13002"
3   sha256 "e682fef6da773785a978443c0329235ce4a91a08a98bc11d7b930552a0cd47be"
5   url "https://files.mcneel.com/rhino/#{version.major}/mac/releases/rhino_#{version}.dmg",
6       verified: "mcneel.com/rhino/"
7   name "Rhinoceros"
8   desc "3D model creator"
9   homepage "https://www.rhino3d.com/"
11   livecheck do
12     url "https://files.mcneel.com/rhino/#{version.major}/mac/updates/commercialUpdates.xml"
13     strategy :sparkle
14   end
16   auto_updates true
17   depends_on macos: ">= :monterey"
19   app "Rhino #{version.major}.app"
21   zap trash: [
22     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.mcneel.rhinoceros.sfl*",
23     "~/Library/Caches/com.mcneel.rhinoceros",
24     "~/Library/Preferences/com.mcneel.rhinoceros.plist",
25   ]
26 end