1
1
class MongodbAtlasCli < Formula
2
2
desc "Atlas CLI enables you to manage your MongoDB Atlas"
3
3
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 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/mongodb/mongodb-atlas-cli.git" , branch : "master"
8
8
@@ -12,19 +12,25 @@ class MongodbAtlasCli < Formula
12
12
end
13
13
14
14
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 "
21
21
end
22
22
23
23
depends_on "go" => :build
24
24
depends_on "mongosh"
25
25
26
26
conflicts_with "atlas" , "nim" , because : "both install `atlas` executable"
27
27
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
+
28
34
def install
29
35
ENV [ "ATLAS_VERSION" ] = version . to_s
30
36
ENV [ "MCLI_GIT_SHA" ] = "homebrew-release"
0 commit comments