cask "termix" do version "1.11.2" sha256 "92eb67e25a302474084aeee92071561b037aff9b2d5d6fdafe33f8aeb18cb05d" url "https://github.com/Termix-SSH/Termix/releases/download/release-#{version}-tag/termix_macos_universal_dmg.dmg" name "Termix" desc "Web-based server management platform with SSH terminal, tunneling, and file editing" homepage "https://github.com/Termix-SSH/Termix" livecheck do url :url strategy :github_latest end app "Termix.app" zap trash: [ "~/Library/Application Support/termix", "~/Library/Caches/com.karmaa.termix", "~/Library/Caches/com.karmaa.termix.ShipIt", "~/Library/Preferences/com.karmaa.termix.plist", "~/Library/Saved Application State/com.karmaa.termix.savedState", ] end