excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / studio-3t.rb
blobed41ec10acf11ea34fa57339cdf5208d7ceddf2f
1 cask "studio-3t" do
2   arch arm: "-aarch64"
3   livecheckarch = on_arch_conditional arm: "_aarch64"
5   version "2024.4.1"
6   sha256 arm:   "66f3dafd2096b2dd85f64aa31803040c741acda520dae7ff7228abe1cdfed9ab",
7          intel: "f68cbdbeb534ff585e1fcb1104b9ffe6af53b6f9ff1a5acf62fcd8d9f85f92aa"
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