homebrew-cask/Casks/u/understand.rb

24 lines
789 B
Ruby

cask "understand" do
version "6.5.1166"
sha256 "bc0bca6a22432291a83b83705d15709e5c80c129ee9ae72dd0187d68b58d2c97"
url "https://latest.scitools.com/Understand/Understand-#{version}-macOS-Universal.dmg"
name "SciTools Understand"
desc "Code visualization and exploration tool"
homepage "https://scitools.com/features"
livecheck do
url "https://licensing.scitools.com/download/thanks/macOS-Universal.dmg"
regex(/Understand[._-]v?(\d+(?:\.\d+)+)[._-]macOS[._-]Universal\.dmg/i)
end
app "Understand.app"
zap trash: [
"~/Library/Application Support/SciTools",
"~/Library/Preferences/com.scitools.License.plist",
"~/Library/Preferences/com.scitools.Understand.plist",
"~/Library/Saved Application State/com.scitools.Understand.savedState",
]
end