Skip to content

Commit 9b08a7b

Browse files
authored
Merge pull request Homebrew#228735 from Homebrew/bump-mongodb-atlas-cli-1.45.1
mongodb-atlas-cli 1.45.1
2 parents 672b4e3 + cac9431 commit 9b08a7b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mongodb-atlas-cli.rb

Lines changed: 8 additions & 8 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.45.0.tar.gz"
5-
sha256 "d7d629618808110b5647f677cdedca899ea36f54f88e5253feaecc945df819ee"
4+
url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.45.1.tar.gz"
5+
sha256 "04b0c26e8fb2f22d0fbaa1577bf2b5a5e44180936041057098c8b6a0e38ccaea"
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: "545794ef9fc63c696c4f34cbde57a101978d043d89a94d7d79a38c3fc6e57b6e"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "de21b803093f65b3464d33894b38d59ac27000cd085c482204b75389b1f632a4"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d64f1c7e28f184d52676d6b7334f33394fd6a4ee87a798f57f3db208f6e058a2"
18-
sha256 cellar: :any_skip_relocation, sonoma: "bf7c341e1c48122398e51db94069869bd75020ef64a739827edbcad21d84c058"
19-
sha256 cellar: :any_skip_relocation, ventura: "7a8bed66eb044ffec60efc3f42d97b4ebf958daaa54be4467638fdeef1577390"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b22ba0e16aee84fca808ce0b06e2e8ddd8e6b0d2be86c92179482b3b77e20b2"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a0d698f471326156c77a04c75d348ddc1759e4b0e382c743a862d4a077a5daf"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "62ff26f46f68e198903e168e27f38eed5927c5300a207d66cb87f98a883e05a2"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3d38fe4ccae0451a74f2cab7771e73b1da6da2933572c04a800c863fdcf09846"
18+
sha256 cellar: :any_skip_relocation, sonoma: "8504514ad7d63fe9e02775ac14364ac91ef82f21c0d3b9e15e270cdf54e371b2"
19+
sha256 cellar: :any_skip_relocation, ventura: "ee30eb4db2c4b64d2a4d520eb349b250d33831c4911b07aa08d357feff160270"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c18cc7497c6c90671c1f952e3633675dbb10d72711b001c4cb2c16277be5a728"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)