minio 20190514235745
Closes #40022. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
39c1352caf
commit
a8a7d302b6
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ class Minio < Formula
|
||||||
desc "Amazon S3 compatible object storage server"
|
desc "Amazon S3 compatible object storage server"
|
||||||
homepage "https://github.com/minio/minio"
|
homepage "https://github.com/minio/minio"
|
||||||
url "https://github.com/minio/minio.git",
|
url "https://github.com/minio/minio.git",
|
||||||
:tag => "RELEASE.2019-04-23T23-50-36Z",
|
:tag => "RELEASE.2019-05-14T23-57-45Z",
|
||||||
:revision => "35d19a4ae287179a0c7d6938b2b1c8e63b4747c1"
|
:revision => "0022c9d210971c5661849c4b886cba8305b2b4f2"
|
||||||
version "20190423235036"
|
version "20190514235745"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue