cask "dbgate" do version "6.5.5" sha256 "3f3cfcae7287775c6316ce5551eb4a387682e5190d7703b5ab39cede21ac2c92" url "https://github.com/dbgate/dbgate/releases/download/v#{version}/dbgate-#{version}-mac_universal.dmg", verified: "github.com/dbgate/dbgate/" name "DbGate" desc "Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others" homepage "https://dbgate.org/" livecheck do url :url strategy :github_latest end depends_on macos: ">= :catalina" app "DbGate.app" zap trash: [ "~/dbgate-data", "~/Library/Application Support/dbgate", "~/Library/Logs/dbgate", "~/Library/Preferences/org.dbgate.plist", "~/Library/Saved Application State/org.dbgate.savedState", ] end