homebrew-cask/Casks/s/shapr3d.rb

24 lines
544 B
Ruby

cask "shapr3d" do
version "5.440.0.5599"
sha256 "506850797dd47f05506ddec481d50bcefc17bbaa5a94418fe22faf6ee4aee61e"
url "https://download.shapr3d.com/mac/Shapr3D-#{version}.dmg"
name "Shapr3D"
desc "3D CAD software"
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