Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / s / studio-3t.rb
blob60067761b50f4172bd365d6d541a2bd6abe1fa16
1 cask "studio-3t" do
2   arch arm: "-aarch64"
3   livecheckarch = on_arch_conditional arm: "_aarch64"
5   version "2025.1.0"
6   sha256 arm:   "52eef932b3a60b7dbcf12957246c78c0972a611c16b556fd5f0c5a7939628a10",
7          intel: "1bda10ebc2cd87210d6b992cbe2a4e71cc72345110f5aa93dfe2d0954a0b64f1"
9   url "https://download.studio3t.com/studio-3t/mac#{arch}/#{version}/Studio-3T.dmg"
10   name "Studio 3T"
11   desc "IDE, client, and GUI for MongoDB"
12   homepage "https://studio3t.com/"
14   livecheck do
15     url "https://studio3t.com/download-thank-you/?OS=osx#{livecheckarch}"
16     regex(%r{/v?(\d+(?:\.\d+)+)/Studio[._-]?3T\.dmg}i)
17   end
19   auto_updates true
21   app "Studio 3T.app"
23   zap trash: [
24     "~/.3T/studio-3t/",
25     "~/Library/Preferences/3t.enterprise.mongochef.plist",
26     "~/Library/Preferences/3t.mongochef.core.plist",
27     "~/Library/Preferences/3t.mongochef.enterprise.plist",
28     "~/Library/Preferences/3t.mongochef.pro.plist",
29   ]
30 end