8000 mongodb-atlas-cli 1.43.0 · Homebrew/homebrew-core@8c8bea9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c8bea9

Browse files
BrewTestBotchenrui333
authored andcommitted
mongodb-atlas-cli 1.43.0
mongodb-atlas-cli: add purego patch Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent a07029e commit 8c8bea9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Formula/m/mongodb-atlas-cli.rb

Lines changed: 8 additions & 2 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

@@ -25,6 +25,12 @@ class MongodbAtlasCli < Formula
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