From 26313a1206cfe0bfff32e4296417f4d01651a5c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:49:04 +0000 Subject: [PATCH 1/2] mongodb-atlas-cli 1.16.0 mongodb-atlas-cli: update build Signed-off-by: Rui Chen --- Formula/m/mongodb-atlas-cli.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/m/mongodb-atlas-cli.rb b/Formula/m/mongodb-atlas-cli.rb index b102bb7c6d08e..8b423ae78290a 100644 --- a/Formula/m/mongodb-atlas-cli.rb +++ b/Formula/m/mongodb-atlas-cli.rb @@ -1,8 +1,8 @@ class MongodbAtlasCli < Formula desc "Atlas CLI enables you to manage your MongoDB Atlas" homepage "https://www.mongodb.com/docs/atlas/cli/stable/" - url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.15.1.tar.gz" - sha256 "ced26bbf859750e11002c400af6028c19c4c949f4b3919cdabaf2b07a39a5489" + url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.16.0.tar.gz" + sha256 "a36a48db85e545f0ad579cfaa47489f1d5b7f7eadd4e165bf0a1a4ca3a80362c" license "Apache-2.0" head "https://github.com/mongodb/mongodb-atlas-cli.git", branch: "master" @@ -26,12 +26,10 @@ class MongodbAtlasCli < Formula depends_on "podman" def install - with_env( - ATLAS_VERSION: version.to_s, - MCLI_GIT_SHA: "homebrew-release", - ) do - system "make", "build-atlascli" - end + ENV["ATLAS_VERSION"] = version.to_s + ENV["MCLI_GIT_SHA"] = "homebrew-release" + + system "make", "build" bin.install "bin/atlas" generate_completions_from_executable(bin/"atlas", "completion", base_name: "atlas") From bde318cd34ab4604f8c8da8ad4faf739d356f67a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 8 Mar 2024 00:33:16 +0000 Subject: [PATCH 2/2] mongodb-atlas-cli: update 1.16.0 bottle. --- Formula/m/mongodb-atlas-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mongodb-atlas-cli.rb b/Formula/m/mongodb-atlas-cli.rb index 8b423ae78290a..6825eaa49ff2b 100644 --- a/Formula/m/mongodb-atlas-cli.rb +++ b/Formula/m/mongodb-atlas-cli.rb @@ -12,13 +12,13 @@ class MongodbAtlasCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad297d602c84629f6b44486b0f4a4ea2b5d6f5481ed6ad801ba659d6a323bcac" - sha256 cellar: :any_skip_relocation, arm64_ventura: "57f0dbe449685e822b6df994f371d854acd17a4b06c134f8ac02a54d00252ab1" - sha256 cellar: :any_skip_relocation, arm64_monterey: "06fcb468a0386414cf980df895eda017ed3027926e5ad3c2aea1d018e1587bb7" - sha256 cellar: :any_skip_relocation, sonoma: "426840bcbe404170592aa98fa1364187e938102a7dcc63bf18c0007be147f7ec" - sha256 cellar: :any_skip_relocation, ventura: "da085ebca3660c7d0d5f6fddb4726b96664ceb40a41a32d572989236c8e15a3e" - sha256 cellar: :any_skip_relocation, monterey: "7e96991cd3094098eab04c21d66d71e7a36e77196fdc999561bd73593ff5dc41" - sha256 cellar: :any_skip_relocation, x86_64_linux: "69f15a0b00a4076ceb97b96deb1c88f34b2674172a40f91f10b1baac95f2eadd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b69011d408a64dcd4f379d059c825af5c03739ffd97e91d3c0449fdbc222a36" + sha256 cellar: :any_skip_relocation, arm64_ventura: "444e47dffbe477082b033132df2f8e25c48b54436d39e2190905f967546acb90" + sha256 cellar: :any_skip_relocation, arm64_monterey: "ca484553448ed757c8c2c80703ea68c4b91c2c1ea4ce3d4bfdad85b25db54cf6" + sha256 cellar: :any_skip_relocation, sonoma: "3e6772b1ec463b32fdcc2473c13ad50959d338bde8b859ed31681f7ce2951421" + sha256 cellar: :any_skip_relocation, ventura: "4c5d245e1cb463777fd41b382bc0005ae36d1c1f1ec4b44423466412cce89621" + sha256 cellar: :any_skip_relocation, monterey: "ff48dc3436287c85f4c1af8f7dbae44afad653118b8d71a50c3834d4f22c1f0b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d4c2c16a241dab68e43ac0d54c50a73ca594911e4bd703724c91a5fa95f59ea4" end depends_on "go" => :build