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.3 .tar.gz"
5- sha256 "da136f07614fe360e496019ae999b054dbb6954294d4239197cb638dcb52e97b "
4+ url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.46.4 .tar.gz"
5+ sha256 "d3ddd1a1f3dc603cb2516215517c56278ea88557bed954fbb6ea3d51a1dd00e5 "
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 : "e743f534fbde63efc1c3426299e861841cb5f3895ef7ac31211743c583a584f9 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "abf9021c9bb113a8a856fcb26c58d992b6007e31bf3393490c1363872f36893f "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "4a231e502998a83c3c0977b599e5b7f098901ebf621fd41786bc19e5391542c8 "
18- sha256 cellar : :any_skip_relocation , sonoma : "4a8520b26fac2767dbad548655f5886fb3cf6f1bec1a0f1c25224af0171ba2f3 "
19- sha256 cellar : :any_skip_relocation , ventura : "de70c578365c7a2f61573b054cac81eec57e1d2febd9fdcd4232afd186e9ede2 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "cd6dff98b7c338a8bc0fa6f8f6a96c22892577d315ea224d711e988442554cd8 "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "a29bff58b2ee1a88faa8414893f7948f683d41371072d9b1993d66aea45ab12f "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "0be3dfc18ea74c3d2880385d44b18deaeae48407ffbf78781f6839362d79d211 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "1264be91dc6dd320fb4aa87ec4dcf04916f7c7d5b168bb3abecfad16c8482275 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "77c3b7b34e35f11c19991f15f74225eda351999c7d0c24edfdb988288928b562 "
19+ sha256 cellar : :any_skip_relocation , ventura : "0ad8bb9a23de717311fc64b6ffa887a9365218738b48f4e13cec8ae9bf3d40f4 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "6a422b30dbf6665cb3cb20321b2dc7a1d7e748f095c0ba475f93421dfbc6ce10 "
2121 end
2222
2323 depends_on "go" => :build
0 commit comments