File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
@@ -25,6 +25,12 @@ class MongodbAtlasCli < Formula
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"
You can’t perform that action at this time.
0 commit comments