From b84453256830d16c424442488fe439df8a69601b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 4 Jan 2023 15:20:35 -0500 Subject: [PATCH] minio-mc 20221224152138 Closes #119778. Signed-off-by: Patrick Linnane Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/minio-mc.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/minio-mc.rb b/Formula/minio-mc.rb index 437e7fa1d5a..e3bf7a8f540 100644 --- a/Formula/minio-mc.rb +++ b/Formula/minio-mc.rb @@ -2,9 +2,9 @@ class MinioMc < Formula desc "Replacement for ls, cp and other commands for object storage" homepage "https://github.com/minio/mc" url "https://github.com/minio/mc.git", - tag: "RELEASE.2022-12-13T00-23-28Z", - revision: "4b4cab0441f000db100c5b5d9329221181bf61f2" - version "20221213002328" + tag: "RELEASE.2022-12-24T15-21-38Z", + revision: "176072dee43de613569aaa56061eba9d6d550290" + version "20221224152138" license "AGPL-3.0-or-later" head "https://github.com/minio/mc.git", branch: "master"