cask "studio-3t" do arch arm: "-aarch64" livecheckarch = on_arch_conditional arm: "_aarch64" version "2025.12.0" sha256 arm: "beef8a8663e832fa80f293cb295668292313a1e493a9d34c9f09719e11102fca", intel: "2bb003f41d80101054bdee80a4b72bceb9537fc2c70fd31567fe0d777a91cf3a" url "https://download.studio3t.com/studio-3t/mac#{arch}/#{version}/Studio-3T.dmg" name "Studio 3T" desc "IDE, client, and GUI for MongoDB" homepage "https://studio3t.com/" livecheck do url "https://studio3t.com/download-thank-you/?OS=osx#{livecheckarch}" regex(%r{/v?(\d+(?:\.\d+)+)/Studio[._-]?3T\.dmg}i) end auto_updates true app "Studio 3T.app" zap trash: [ "~/.3T/studio-3t/", "~/Library/Preferences/3t.enterprise.mongochef.plist", "~/Library/Preferences/3t.mongochef.core.plist", "~/Library/Preferences/3t.mongochef.enterprise.plist", "~/Library/Preferences/3t.mongochef.pro.plist", ] end