From 47d368272d0a721895dbf81247e5d53b274716fc Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 30 Dec 2019 08:11:39 -0500 Subject: [PATCH] minio 20191230054539 Closes #48390. Signed-off-by: Rui Chen --- Formula/minio.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/minio.rb b/Formula/minio.rb index e9c69a7c03..f4eab2129b 100644 --- a/Formula/minio.rb +++ b/Formula/minio.rb @@ -2,9 +2,9 @@ class Minio < Formula desc "Amazon S3 compatible object storage server" homepage "https://github.com/minio/minio" url "https://github.com/minio/minio.git", - :tag => "RELEASE.2019-10-12T01-39-57Z", - :revision => "bd106408462ecef70debf51f1e6179de950c5812" - version "20191012013957" + :tag => "RELEASE.2019-12-30T05-45-39Z", + :revision => "669c9da85d229755a33217b4834cdd3a311a6495" + version "20191230054539" bottle do cellar :any_skip_relocation @@ -78,6 +78,6 @@ class Minio < Formula end test do - system "#{bin}/minio", "version" + system "#{bin}/minio", "--version" end end