From 6b7db860f41c16c628ca6ec631537db12db033ab Mon Sep 17 00:00:00 2001 From: Aaron Rumpler <80610725+Aaron-Rumpler@users.noreply.github.com> Date: Fri, 24 Dec 2021 11:08:12 +1300 Subject: [PATCH] Add shapr3d (#116380) * Add shapr3d * Add livecheck for shapr3d --- Casks/shapr3d.rb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Casks/shapr3d.rb diff --git a/Casks/shapr3d.rb b/Casks/shapr3d.rb new file mode 100644 index 0000000000..8748485b0b --- /dev/null +++ b/Casks/shapr3d.rb @@ -0,0 +1,23 @@ +cask "shapr3d" do + version "5.31.0.2105" + sha256 "d7e7f3fb583a556dd928c3146b536b81d105d524c6364525a4af5756fb76e459" + + url "https://download.shapr3d.com/mac/Shapr3D-#{version}.dmg" + name "Shapr3D" + desc "Parametric 3D CAD" + homepage "https://www.shapr3d.com/" + + livecheck do + url "https://download.shapr3d.com/mac/latest" + strategy :header_match + end + + depends_on macos: ">= :big_sur" + + app "Shapr3D.app" + + zap trash: [ + "~/Library/Application Scripts/com.shapr3d.shapr", + "~/Library/Containers/com.shapr3d.shapr", + ] +end