Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / m / metashapepro.rb
blob90e3748ae7518e529f7d1ea5d6eca0ce692d67a6
1 cask "metashapepro" do
2   version "2.1.3"
3   sha256 "9b36cbd7e37177af7b91cf2e3dddd2c3a5d73263b6f7ed5c678ac63f9bff590d"
5   url "https://download.agisoft.com/metashape-pro_#{version.dots_to_underscores}.dmg"
6   name "Agisoft Metashape Professional Edition"
7   desc "Process digital images and generate 3D spatial data"
8   homepage "https://www.agisoft.com/"
10   livecheck do
11     url "https://www.agisoft.com/downloads/installer/"
12     regex(/Metashape\s*(\d+(?:\.\d+)+)/i)
13   end
15   app "MetashapePro.app"
17   zap trash: [
18     "~/Library/Preferences/com.agisoft.Metashape Pro.plist",
19     "~/Library/Saved Application State/com.agisoft.metashape.professional.savedState",
20   ]
21 end