Skip to content

Commit 3ca6d37

Browse files
authored
Merge pull request #245825 from Homebrew/bump-mongodb-atlas-cli-1.48.0
mongodb-atlas-cli 1.48.0
2 parents 3119a1d + 7beb85a commit 3ca6d37

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Formula/m/mongodb-atlas-cli.rb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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.47.0.tar.gz"
5-
sha256 "f32667d98f118854e11ca718077adfcc501dc92ebe5d9adde9b94b8d75d1fb28"
4+
url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.48.0.tar.gz"
5+
sha256 "f8168ab3bf0670b52ed0bd630a6b5b1f6f52bfbf46ff0cd7d82f820e630a346c"
66
license "Apache-2.0"
77
head "https://github.com/mongodb/mongodb-atlas-cli.git", branch: "master"
88

@@ -12,13 +12,11 @@ class MongodbAtlasCli < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "b72d6c3f1fe62bc4418c987bab4b3828c604590d9eabae0214cf79e0c8ff7ee7"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3789c022bd69ec23cbc37d810de44243372295eca5a3f09408ca3256ab40fe2c"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "255a83abe8d6d62b84bd9a81fcb50f1f319cc5eeae4c117c701a52bcbf06c639"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1a32dbe39fc1c8fc00e0a0644a5ec85fdb04900d984aed80afbde9a1dad46516"
19-
sha256 cellar: :any_skip_relocation, sonoma: "16b3f9606de82b6fb9f53974c7427efd931cb3d540e78f6244a7794b552a9254"
20-
sha256 cellar: :any_skip_relocation, ventura: "c27889b86f9c217c7ecf47dabcf05f076858eee41498b3691fe7308946aeeeee"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e019164f80f70adfcbb29ada1449124bbda7a64687b62c08b78e3f7c8245f5fd"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "adb5740095547661d3df98ffa86f06dd7110fabf1c7061fe70a8ea7f61b00864"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "497ecd94bc7846066bff22463c07e76b4f56b5fd0bea99e179cb3961d9cea9c7"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "732fda2d6f60f44630f0cf01286c9f126c784195c4e646571731f6c43371e424"
18+
sha256 cellar: :any_skip_relocation, sonoma: "12977e73300af1a437a3f3e6935236bb02098feffbebfa60293742df22840656"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d19f062c68f78a5a9687056eddac44dd6581e1401850bba66b0a82e126e09990"
2220
end
2321

2422
depends_on "go" => :build

0 commit comments

Comments
 (0)