11class MongodbAtlasCli < Formula
22 desc "Atlas CLI enables you to manage your MongoDB Atlas"
33 homepage "https://www.mongodb.com/docs/atlas/cli/stable/"
4- url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.46.1 .tar.gz"
5- sha256 "0668f6e1a238a28d93def4e2f429400fcf65b7c8f7e6b79524bf44b40e26e5e0 "
4+ url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.46.2 .tar.gz"
5+ sha256 "623b431b196368d720c79130f879f4f9c223c7fb59e387ef4dcaf6af0ec15d6f "
66 license "Apache-2.0"
77 head "https://github.com/mongodb/mongodb-atlas-cli.git" , branch : "master"
88
@@ -12,12 +12,12 @@ class MongodbAtlasCli < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "d4ad66a8e3dc05cc4e2d1415a03148f106f57beb7e25dd034b2aa49ec204413f "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "b8e45516a79f42ca14d32c7b9026d769b69733c2325338224e4d7f7477b3ebb1 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "ae710a2a6bee164b2c0dd4874419d22b3687b8c4675d12421c5e489177d1cfd7 "
18- sha256 cellar : :any_skip_relocation , sonoma : "c3e23225ccc3caa3ea70597f041b512bc35bfcb6a808da99b511c5bb9597436c "
19- sha256 cellar : :any_skip_relocation , ventura : "6940e30acd81a59bf26e0dea52a8e50d9e59feb94f0df1cf7e2a8e19720cbdf1 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "785978bf0c5ec01e9ed5184281cf0d3300419c8375d3440ecb4211e6e6467511 "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "17558ab226a22b8b27709b2ecca3aeaaf96e13ac71559e14a0ba72f714071e52 "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "ce3f870be5d6f3004934046e41f70baabdab432cf3923cdfecbd35d925f6f5e6 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "94d46186b09dc9b98cbd6b7d110aee014fbb62ce785335c9d6cf1eb280d18c6a "
18+ sha256 cellar : :any_skip_relocation , sonoma : "9d754247210d51018ee786ba3a8c02db354be95fc9fbad8830e96fe1fa0a55b5 "
19+ sha256 cellar : :any_skip_relocation , ventura : "594241d73e26f79e29d1bfb7e5a3b8ad8f74ccbf82442b8c6a8f762a98060e3e "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "5e56a7e224d9666d1ca59b8a8cf96eaee966acba2296ead7816f06ea2d8db333 "
2121 end
2222
2323 depends_on "go" => :build
0 commit comments