minio 20161213171942
Closes #7828. Signed-off-by: William Woodruff <william@tuffbizz.com>
This commit is contained in:
parent
200cbd2506
commit
6e2f0f6692
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.2016-12-12T23-44-33Z",
|
:tag => "RELEASE.2016-12-13T17-19-42Z",
|
||||||
:revision => "2062add05f306841c1d681c40206fa64568c1fa0"
|
:revision => "29d72b84c07f9555f83a6485fe8291e18d23811b"
|
||||||
version "20161212234433"
|
version "20161213171942"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue