homebrew-cask/Casks/understand.rb

17 lines
518 B
Ruby

cask "understand" do
version "6.1.1096"
sha256 "2e445f7e5507bef900239e530790b11aa11d8acea552e428d610bb633b3c0037"
url "https://latest.scitools.com/Understand/Understand-#{version}-MacOSX-x86.dmg"
name "SciTools Understand"
desc "Code visualization and exploration tool"
homepage "https://scitools.com/features/"
livecheck do
url "https://licensing.scitools.com/download/thanks/MacOSX-x86.dmg"
regex(/Understand[._-]v?(\d+(?:\.\d+)+)[._-]MacOSX[._-]x86\.dmg/i)
end
app "Understand.app"
end