From f14bdc729072e6b6efd4f939b23ff91c87b6b173 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Wed, 22 Feb 2023 18:29:40 -0800 Subject: [PATCH] minio 20230222182345 Closes #124004. Signed-off-by: Ruoyu Zhong Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/minio.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/minio.rb b/Formula/minio.rb index 2785a088eaf91..962ed4a2c988d 100644 --- a/Formula/minio.rb +++ b/Formula/minio.rb @@ -2,9 +2,9 @@ class Minio < Formula desc "High Performance, Kubernetes Native Object Storage" homepage "https://min.io" url "https://github.com/minio/minio.git", - tag: "RELEASE.2023-02-17T17-52-43Z", - revision: "84bb7d05a998a096b96acd68ea94053d28a87eb3" - version "20230217175243" + tag: "RELEASE.2023-02-22T18-23-45Z", + revision: "f678bcf7bac810dedbd0749ae42ddd6d26efdd90" + version "20230222182345" license "AGPL-3.0-or-later" head "https://github.com/minio/minio.git", branch: "master"