diff --git a/Formula/m/mongodb-atlas-cli.rb b/Formula/m/mongodb-atlas-cli.rb index 4540ed7876ba5..e74fb01aceb38 100644 --- a/Formula/m/mongodb-atlas-cli.rb +++ b/Formula/m/mongodb-atlas-cli.rb @@ -1,8 +1,8 @@ class MongodbAtlasCli < Formula desc "Atlas CLI enables you to manage your MongoDB Atlas" homepage "https://www.mongodb.com/docs/atlas/cli/stable/" - url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.43.2.tar.gz" - sha256 "89be7e6cecd3620b73d257b710b9b2dbe04ce16bfd28adf4c656ed94968520ac" + url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.44.0.tar.gz" + sha256 "f7f6e48e89047775fd90de3f8c8aae3f8860aa846b50882b8f7f3bcbbe726dc5" license "Apache-2.0" head "https://github.com/mongodb/mongodb-atlas-cli.git", branch: "master" @@ -12,12 +12,12 @@ class MongodbAtlasCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "be152000ec7a0581b1d39ddc85d45ee949a456bdb388823174974fce72725a77" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "52dac8aa2eaf5bde08d853e7120acc8aa6ba81fec0cf52b3386e8cba3cbe2d47" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fc2e5fda12df7e6319523cfc54ab11442af88c7242a01da035bdd16405d55907" - sha256 cellar: :any_skip_relocation, sonoma: "b0ee174fc78e6527487d0f74a22b9108092cb399b6e38eb08412641af5a0420c" - sha256 cellar: :any_skip_relocation, ventura: "73bfda2353410b897b3b88d6e4cdb02e53266ea0835d1cb51367814327bc52ef" - sha256 cellar: :any_skip_relocation, x86_64_linux: "15c176f9a3489f2999ff96b522b838057671574775bca1f360e35ce444fc0710" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0207023b9a03516878d93089c8581dcd64c0bc7ce09b8380ab45779cd22c24f7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "79466f7f50ab8d31ec934ac47b44ca55774751bd939257dfa3c9d0149247179b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "863a18066d4e134ba285b40e1593c0be6f1f2b1f25637934e939bf61e3e1f7ce" + sha256 cellar: :any_skip_relocation, sonoma: "eefa0e2a88d2cb0fd90f137ebc3329914588a7b93fe35445e22dd5bdfb8bbdd2" + sha256 cellar: :any_skip_relocation, ventura: "cdc34a2fa4ab0e9b937097b199ebb6f2fcdaef88f97afd1aa12aec663d0aea66" + sha256 cellar: :any_skip_relocation, x86_64_linux: "335b31124c4f34a236e7742b0fcef866ebdfa2289292d95e11740780261e71bc" end depends_on "go" => :build