excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / shapr3d.rb
blob755a327084830687c331299c3d2393817629bb54
1 cask "shapr3d" do
2   version "5.760.0.7837"
3   sha256 "ff5e6a5fcbe9923b538876135b80a501130cfc7a5bbe7197cf5be99abc37605f"
5   url "https://download.shapr3d.com/mac/Shapr3D-#{version}.dmg"
6   name "Shapr3D"
7   desc "3D CAD software"
8   homepage "https://www.shapr3d.com/"
10   livecheck do
11     url "https://download.shapr3d.com/mac/latest"
12     strategy :header_match
13   end
15   depends_on macos: ">= :big_sur"
17   app "Shapr3D.app"
19   zap trash: [
20     "~/Library/Application Scripts/com.shapr3d.shapr",
21     "~/Library/Containers/com.shapr3d.shapr",
22   ]
23 end