homebrew-cask/Casks/studio-3t.rb

31 lines
933 B
Ruby

cask "studio-3t" do
arch arm: "-aarch64"
livecheckarch = on_arch_conditional arm: "_aarch64"
version "2023.2.0"
sha256 arm: "efad6426172950f8fff1320aa52780a7a535c48ea714c4d9b1bc97851e5d0f7c",
intel: "8daf1e0201766b3065e4665f39ae79d9154bb58866e647ef922a3ce036dad658"
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