8000 Merge pull request #225117 from Homebrew/bump-mongodb-atlas-cli-1.43.0 · Homebrew/homebrew-core@97892bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 97892bd

Browse files
authored
Merge pull request #225117 from Homebrew/bump-mongodb-atlas-cli-1.43.0
mongodb-atlas-cli 1.43.0
2 parents 140ab1b + e213d2c commit 97892bd

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

Formula/m/mongodb-atlas-cli.rb

Lines changed: 14 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.42.2.tar.gz"
5-
sha256 "8b7565024b6e73ed00c8b451cd76aefa3944951198d676305879e80a223e54d1"
4+
url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.43.0.tar.gz"
5+
sha256 "4ea9c80bd3956f92bfc0a0189b973050a77c187931e6b5adc8da91800fd4f204"
66
license "Apache-2.0"
77
head "https://github.com/mongodb/mongodb-atlas-cli.git", branch: "master"
88

@@ -12,19 +12,25 @@ class MongodbAtlasCli < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6f860f3e1e6d90af9d5f35024550ee10fd65844af8b904c4d200f29192b4b2f"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "33af21e7bed48ca70be29bb1c7cf4ac9434b5deec8745dc6edc887d51fd4b006"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "624a8ffab4868f37250845b90994e2c8a17de2e7de59c75f5b28f6591739f686"
18-
sha256 cellar: :any_skip_relocation, sonoma: "e71eef399664a2501cb57d8b053898df3bedfe8208b081a557746e21f35b7a96"
19-
sha256 cellar: :any_skip_relocation, ventura: "52d0ebdff7f86bf340726edc66dac8f087d52bed119ac3e4386f9bc7ad3a1c8c"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "953bd43cedfab77e8ebad820247a7bc59a85faa6328dbbf99fc5a6dff1fb6ec7"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b101a4656b8188a04122e85a10d5979d756c60e76d64bb76a5b8397adf23eaf"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "29ed778f2475dd172e3bd442b341cc9337d48ad95df847beaf8b9c97322088e1"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "11538a8177fa9e2980293eaeff7e6761abc6380e17ba688ddf2b851ca592c44a"
18+
sha256 cellar: :any_skip_relocation, sonoma: "aa5e015dd0fa9911d47c73bc46efab1062ce415decb9fdbbce543d7eaba2f0ec"
19+
sha256 cellar: :any_skip_relocation, ventura: "cd62bc38ef94b36e5283ee7f148f16212889ce36010a9af165b7213a89f25d1b"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "220fc728a264f4d2648b16edf73065113d4cf512591a7ca188ebbe7cd8a15a6e"
2121
end
2222

2323
depends_on "go" => :build
2424
depends_on "mongosh"
2525

2626
conflicts_with "atlas", "nim", because: "both install `atlas` executable"
2727

28+
# purego build patch, upstream pr ref, https://github.com/mongodb/mongodb-atlas-cli/pull/3925
29+
patch do
30+
url "https://github.com/mongodb/mongodb-atlas-cli/commit/5537ad011ddc25b6cbe7fd7cab10bf20d0277316.patch?full_index=1"
31+
sha256 "8201cb67f844c7c52478e82590ac150a926f3d09bf5480949fb53e8db6a1d96c"
32+
end
33+
2834
def install
2935
ENV["ATLAS_VERSION"] = version.to_s
3036
ENV["MCLI_GIT_SHA"] = "homebrew-release"

0 commit comments

Comments
 (0)
0