Skip to content

Commit

Permalink
minio: update to 2020-03-19T21-49-00Z (#3927)
Browse files Browse the repository at this point in the history
* minio: updated to 2020-03-19T21-49-00Z
* minio: fix changelog text

Co-authored-by: fgma <fgma@users.noreply.github.com>
  • Loading branch information
fgma and fgma authored Mar 22, 2020
1 parent 409c121 commit 7a1b805
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cross/minio/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = minio
PKG_VERS = 2019-12-30T05-45-39Z
PKG_VERS = 2020-03-19T21-49-00Z
PKG_EXT = tar.gz
PKG_DIST_PREFIX = RELEASE.$(PKG_VERS)
PKG_DIST_NAME = $(PKG_DIST_PREFIX).$(PKG_EXT)
Expand Down
6 changes: 3 additions & 3 deletions cross/minio/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
minio-RELEASE.2019-12-30T05-45-39Z.tar.gz SHA1 13d5d9bf7bc92a4a04ef5cb58a3bf8449c84ba26
minio-RELEASE.2019-12-30T05-45-39Z.tar.gz SHA256 cf96e031ab3dd054a30098b185231a5756db5ee6a87deae7682ee6b78a119279
minio-RELEASE.2019-12-30T05-45-39Z.tar.gz MD5 9e48df2e03383bc0081865219b9e9745
minio-RELEASE.2020-03-19T21-49-00Z.tar.gz SHA1 619715fceedf13efde7ccdafa68c3be683e65d20
minio-RELEASE.2020-03-19T21-49-00Z.tar.gz SHA256 c84dd9a3eba2f911716860ac43c61b2c0f632c4a4c1624e46667063ed4c24486
minio-RELEASE.2020-03-19T21-49-00Z.tar.gz MD5 e04cbc3ac61ab257c9396918ef88bd7e
6 changes: 3 additions & 3 deletions spk/minio/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = minio
SPK_VERS = 2019-12-30T05-45-39Z
SPK_REV = 3
SPK_VERS = 2020-03-19T21-49-00Z
SPK_REV = 4
SPK_ICON = src/minio.png
DSM_UI_DIR = app

Expand All @@ -12,7 +12,7 @@ MAINTAINER = fgma
DESCRIPTION = The 100% Open Source, Enterprise-Grade, Amazon S3 Compatible Object Storage.
RELOAD_UI = yes
DISPLAY_NAME = MinIO
CHANGELOG = "Update to latest release which includes a major feature release and minor bugfix releases. Breaking Change: Lots of new features have been implemented, so rolling upgrade is not supported. Please upgrade all servers. Also, mc version RELEASE.2019-12-17T23-26-28Z is required to talk to this version of MinIO."
CHANGELOG = "Update to latest release which includes multiple minor bugfix releases. Breaking Change: Use bulk locks in Multi-object delete and to data usage crawler, so rolling upgrade is not supported."
HOMEPAGE = https://min.io/
LICENSE = Apache License 2.0
STARTABLE = yes
Expand Down

0 comments on commit 7a1b805

Please sign in to comment.