homebrew-cask/Casks/u/understand.rb

24 lines
789 B
Ruby

cask "understand" do
version "6.4.1147"
sha256 "31ae8f5555cedd9811c79f3b372149ece68215007c26d728f81aed656b1c86d3"
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