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

19 lines
475 B
Ruby

cask "studio-3t" do
version "2021.10.1"
sha256 "dabfbb674d79d13eea1918361062ef668dae6ac324a5969b0ebe3b8a6348dfa7"
url "https://download.studio3t.com/studio-3t/mac/#{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"
regex(%r{/v?(\d+(?:\.\d+)+)/Studio[._-]?3T\.dmg}i)
end
auto_updates true
app "Studio 3T.app"
end