diff --git a/Formula/m/mongodb-atlas-cli.rb b/Formula/m/mongodb-atlas-cli.rb index 5046a29ea476..47568861327c 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.27.1.tar.gz" - sha256 "64202763bc4558af12238a05b6c86296af155dd9355f60a9542c2df07fa5dfbc" + url "https://github.com/mongodb/mongodb-atlas-cli/archive/refs/tags/atlascli/v1.28.0.tar.gz" + sha256 "949a12053c4e6159130a6fb7620b4c9695356daf10cbe4e23bf19e9d4d298639" license "Apache-2.0" head "https://github.com/mongodb/mongodb-atlas-cli.git", branch: "master" @@ -12,12 +12,12 @@ class MongodbAtlasCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d61e2fd38a1afabedd8cf6b051379a9db80e8c66982a110237bf50989910db7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "54b9d09e71d5848020a47912ec4f601d28f5b5f426565736750ef5d3e4487bfc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1b92afaca2a3ced11713bc4af9019c5458e233ef0fc13e00069cfc493f728460" - sha256 cellar: :any_skip_relocation, sonoma: "f816ee549eff83d922dcbf9068cc8817fbad3bd35edac996543b69123b8d3f86" - sha256 cellar: :any_skip_relocation, ventura: "bdc5ced3354f20c2a0ed14575af600f552d8750f45c11cfd54b5108639a5d179" - sha256 cellar: :any_skip_relocation, x86_64_linux: "adbbbbe25aa270051f223d71592be1758a4f3491cb1c5e4a4a6f6f2d0db5724d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8017445482840803c9cc5081c185008d0a044475134a7a8a9a8c1ecc4efa3cf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc19635f7be41c8205aaae3b75890244cbda373b73cbe06cb88f2e3d6b04d48b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d0d8d29baa8fd9f8945ab2759d858c2abe456e64354562d30b8962850347ff87" + sha256 cellar: :any_skip_relocation, sonoma: "1aa107cee1e81e7d0c0042668fe2220969f88ef19a1793661dd2d306c29353eb" + sha256 cellar: :any_skip_relocation, ventura: "f5264d2f63b6783de05fe6ec5919a57562eef5d4d43b7aa9680cb2b511c03d10" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2f23cf99b1e3c8bb4239c17257e3e1d45ef0f972ca60447d7d9ef7332239035e" end depends_on "go" => :build